mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-17 17:35:03 +08:00
py33 fix for an undefined name
This commit is contained in:
@@ -36,6 +36,7 @@ def find_module_py33(string, path=None):
|
||||
# is builtin module
|
||||
module_path = string
|
||||
module_file = None
|
||||
is_package = False
|
||||
|
||||
return module_file, module_path, is_package
|
||||
|
||||
|
||||
Reference in New Issue
Block a user