From acf5e6ea64a2f24117f1d419c208ed1c38c43690 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 6 May 2011 15:03:14 +0200 Subject: replaced all gitdb strings with git --- git/odict.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/odict.py') diff --git a/git/odict.py b/git/odict.py index 75a5c6df..ff8b955b 100644 --- a/git/odict.py +++ b/git/odict.py @@ -23,5 +23,5 @@ __revision__ = '$Id: odict.py 129 2005-09-12 18:15:28Z teknico $' __version__ = '0.2.2' # imported for backward compatibility only -from gitdb.odict import OrderedDict, SequenceOrderedDict +from git.odict import OrderedDict, SequenceOrderedDict __all__ = ['OrderedDict', 'SequenceOrderedDict'] -- cgit v1.2.1