PEP8 imports

This commit is contained in:
Laurens Van Houtven
2013-07-11 15:18:30 +02:00
parent bb0a4e0d0a
commit f353d5f6af

View File

@@ -42,8 +42,8 @@ import sys
# imports and circular imports... Just avoid it: # imports and circular imports... Just avoid it:
sys.path.insert(0, __path__[0]) sys.path.insert(0, __path__[0])
from .api import Script, Interpreter, NotFoundError, set_debug_function, \ from .api import Script, Interpreter, NotFoundError, set_debug_function
preload_module, defined_names from .api import preload_module, defined_names
from . import settings from . import settings
sys.path.pop(0) sys.path.pop(0)