mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
fix tests/git-test-repo
This commit is contained in:
parent
cf2e9f7ca5
commit
67833d560a
2 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 8f5e6cab3efbe2341d7e27efd5b739efed3ae93f
|
||||
Subproject commit d08c34a692c4b314f2133068d8ad2dd2a210531f
|
|
@ -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__
|
||||
|
|
Loading…
Add table
Reference in a new issue