mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
setup_module on test_imphooks
This commit is contained in:
parent
673999e799
commit
b329fffd39
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ LOADED_HERE = False
|
|||
|
||||
IMP_ENV = {'PATH': [], 'PATHEXT': []}
|
||||
|
||||
def setup():
|
||||
def setup_module():
|
||||
global LOADED_HERE
|
||||
if built_ins.BUILTINS_LOADED:
|
||||
unload_builtins() # make sure we have a clean env from other tests.
|
||||
|
|
Loading…
Add table
Reference in a new issue