The underlying data is put into json documents that expect unicode strings not byte strings. In python2 lxml provided strings that were auto coerced but in python3 it provides byte strings.
common ------ This directory contains common code shared between LMS and CMS, such as Mako templates, CSS, and Coffescript.