py33 fix for an undefined name

This commit is contained in:
David Halter
2013-10-11 23:37:31 +04:30
parent ec5ad4ac9c
commit 873fc16247

View File

@@ -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