mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
fix bad merge
This commit is contained in:
parent
9ccf7f939c
commit
a241d7a962
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ from nose.plugins.skip import SkipTest
|
|||
from nose.tools import assert_equal, assert_true, assert_not_in
|
||||
|
||||
from xonsh import built_ins
|
||||
from xonsh.built_ins import reglob, regexpath, helper, superhelper, \
|
||||
from xonsh.built_ins import reglob, pathsearch, helper, superhelper, \
|
||||
ensure_list_of_strs, list_of_strs_or_callables
|
||||
from xonsh.environ import Env
|
||||
from xonsh.tools import ON_WINDOWS
|
||||
|
|
Loading…
Add table
Reference in a new issue