no test failures due to my changes.

This commit is contained in:
Bob Hyman 2016-07-29 11:47:32 -04:00
parent 4c6318c4f7
commit 37de453104
2 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,8 @@
**Added:** None **Added:** None
**Changed:** Placeholder for PUSHD/POPD to UNC paths on Windows. **Changed:**
* Placeholder for PUSHD/POPD to UNC paths on Windows.
**Deprecated:** None **Deprecated:** None

View file

@ -1,6 +1,6 @@
import builtins import builtins
import pytest import pytest
from tests.tools import DummyShell, sp, XonshBlockError from tests.tools import DummyShell, sp
import xonsh.built_ins import xonsh.built_ins
from xonsh.built_ins import ensure_list_of_strs from xonsh.built_ins import ensure_list_of_strs
from xonsh.execer import Execer from xonsh.execer import Execer