1
0
forked from VimPlug/jedi

Use unicode always for getting special objects

This commit is contained in:
Dave Halter
2017-12-28 22:41:20 +01:00
parent 9906c4f9fc
commit 5755d5a4ee
4 changed files with 6 additions and 6 deletions

View File

@@ -204,7 +204,7 @@ class ModuleContext(use_metaclass(CachedMetaClass, TreeContext)):
return names
def py__class__(self):
return compiled.get_special_object(self.evaluator, 'MODULE_CLASS')
return compiled.get_special_object(self.evaluator, u'MODULE_CLASS')
def __repr__(self):
return "<%s: %s@%s-%s>" % (