diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2010-11-23 09:34:44 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2010-11-23 09:34:44 +0100 |
commit | 739fa140235cc9d65c632eaf1f5cacc944d87cfb (patch) | |
tree | dd6033cadd281858a0d1fd8f477c79b30513b9eb /refs/remote.py | |
parent | dec4663129f72321a14efd6de63f14a7419e3ed2 (diff) | |
download | gitpython-739fa140235cc9d65c632eaf1f5cacc944d87cfb.tar.gz |
Fixed remaining tests - lets hope that everything is indeed working correctly - as imports changed, every line of code needs to be run to assure all names can be resolved
Diffstat (limited to 'refs/remote.py')
-rw-r--r-- | refs/remote.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/refs/remote.py b/refs/remote.py index 7ea9eb46..85dc0f1e 100644 --- a/refs/remote.py +++ b/refs/remote.py @@ -1,5 +1,6 @@ from head import Head from git.util import join_path +from gitdb.util import join import os |