diff --git a/common/djangoapps/edxmako/__init__.py b/common/djangoapps/edxmako/__init__.py index 7a8614bca5..e237d6f7a0 100644 --- a/common/djangoapps/edxmako/__init__.py +++ b/common/djangoapps/edxmako/__init__.py @@ -13,7 +13,7 @@ # limitations under the License. LOOKUP = {} -from .paths import add_lookup, lookup_template, clear_lookups, save_lookups +from .paths import add_lookup, clear_lookups, lookup_template, save_lookups class Engines(object):