From 7733642a26de2610f6de96a345606c3a1b00d692 Mon Sep 17 00:00:00 2001 From: David Halter Date: Fri, 3 Aug 2012 00:17:09 +0200 Subject: [PATCH] removed old import stuff --- imports.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/imports.py b/imports.py index 898bfebc..89da04fa 100644 --- a/imports.py +++ b/imports.py @@ -68,12 +68,6 @@ class ImportPath(object): for s, n in evaluate.get_names_for_scope(scope, include_builtin=False): names += n - #print s, n, n[0].parent - #if isinstance(scope, parsing.Module) \ - # and scope.path.endswith('__init__.py'): - # names += \ - # self.get_module_names([os.path.dirname(scope.path)]) - # print names return names def get_module_names(self, search_path=None):