fix bad merge

This commit is contained in:
adam j hartz 2016-06-11 22:38:37 -04:00
parent 9ccf7f939c
commit a241d7a962

View file

@ -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