1
0
forked from VimPlug/jedi

More unicode literals

This commit is contained in:
Dave Halter
2017-12-29 01:42:22 +01:00
parent 59c44fe499
commit b4f301e082
6 changed files with 26 additions and 26 deletions

View File

@@ -25,7 +25,7 @@ class _ModuleAttributeName(AbstractNameDefinition):
self.string_name = string_name
def infer(self):
ctx = compiled.builtin_from_name(self.parent_context.evaluator, 'str')
ctx = compiled.builtin_from_name(self.parent_context.evaluator, u'str')
return ctx.execute_evaluated()