1
0
forked from VimPlug/jedi

again: try to use unicode, #52

This commit is contained in:
David Halter
2012-11-02 18:05:04 +01:00
parent 948b72d27f
commit ee524eb2a9
3 changed files with 4 additions and 9 deletions

View File

@@ -1126,8 +1126,6 @@ class PyFuzzyParser(object):
self.user_stmt = None
self.code = code + '\n' # end with \n, because the parser needs it
self.no_docstr = no_docstr
if is_py3k:
self.code = self.code.encode()
# initialize global Scope
self.module = Module(module_path)