mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-25 01:38:36 +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
|
# is builtin module
|
||||||
module_path = string
|
module_path = string
|
||||||
module_file = None
|
module_file = None
|
||||||
|
is_package = False
|
||||||
|
|
||||||
return module_file, module_path, is_package
|
return module_file, module_path, is_package
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user