diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2010-11-23 09:14:17 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2010-11-23 09:14:17 +0100 |
commit | dec4663129f72321a14efd6de63f14a7419e3ed2 (patch) | |
tree | 3d8c25eafc4fbf4110741f2d243c3e9c54642638 /repo/fun.py | |
parent | fca367548e365f93c58c47dea45507025269f59a (diff) | |
download | gitpython-dec4663129f72321a14efd6de63f14a7419e3ed2.tar.gz |
Split ref implementation up into multiple files, to make room for the log implementation
Diffstat (limited to 'repo/fun.py')
-rw-r--r-- | repo/fun.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/fun.py b/repo/fun.py index a0f66fe5..a684730b 100644 --- a/repo/fun.py +++ b/repo/fun.py @@ -1,5 +1,5 @@ """Package with general repository related functions""" - +import os from gitdb.exc import BadObject from git.refs import SymbolicReference from git.objects import Object |