remove module_find_path, fixes #36

This commit is contained in:
David Halter
2012-11-18 01:17:12 +01:00
parent 5430d156ba
commit 95eab8e0d4
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ class ImportPath(object):
sys_path_mod = list(self.sys_path_with_modifications())
sys_path_mod.insert(0, self.file_path)
else:
sys_path_mod = list(builtin.module_find_path)
sys_path_mod = list(builtin.get_sys_path())
current_namespace = None
# now execute those paths