fix tests/git-test-repo

This commit is contained in:
laerus 2016-11-16 15:34:41 +02:00
parent cf2e9f7ca5
commit 67833d560a
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 8f5e6cab3efbe2341d7e27efd5b739efed3ae93f
Subproject commit d08c34a692c4b314f2133068d8ad2dd2a210531f

View file

@ -14,8 +14,8 @@ else:
_sys.modules['xonsh.prompt.gitstatus'] = __amalgam__
job = __amalgam__
_sys.modules['xonsh.prompt.job'] = __amalgam__
vc_branch = __amalgam__
_sys.modules['xonsh.prompt.vc_branch'] = __amalgam__
vc = __amalgam__
_sys.modules['xonsh.prompt.vc'] = __amalgam__
base = __amalgam__
_sys.modules['xonsh.prompt.base'] = __amalgam__
del __amalgam__