From fb5b39a7bd2afd106f851f537685db95868d9046 Mon Sep 17 00:00:00 2001 From: David Halter Date: Fri, 11 Oct 2013 23:21:13 +0430 Subject: [PATCH] remove a strange imports.py code line --- jedi/imports.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jedi/imports.py b/jedi/imports.py index 6c5a9f19..a34753fc 100644 --- a/jedi/imports.py +++ b/jedi/imports.py @@ -351,7 +351,6 @@ class ImportPath(pr.Base): else: raise ModuleNotFound('The module you searched has not been found') - sys_path.pop(0) # TODO why is this here? path = current_namespace[1] is_package_directory = current_namespace[2]