mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
fix Env definition in test/tools.py
This commit is contained in:
parent
39a0167c11
commit
7e19163e66
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ from contextlib import contextmanager
|
|||
from nose.plugins.skip import SkipTest
|
||||
|
||||
from xonsh.built_ins import ensure_list_of_strs
|
||||
builtins.__xonsh_env__ = {}
|
||||
from xonsh.environ import Env
|
||||
builtins.__xonsh_env__ = Env()
|
||||
from xonsh.base_shell import BaseShell
|
||||
from xonsh.execer import Execer
|
||||
from xonsh.tools import XonshBlockError
|
||||
|
|
Loading…
Add table
Reference in a new issue