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/test/test_example.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'git/test/test_example.py') diff --git a/git/test/test_example.py b/git/test/test_example.py index c2e78407..870424e5 100644 --- a/git/test/test_example.py +++ b/git/test/test_example.py @@ -4,9 +4,9 @@ # the New BSD License: http://www.opensource.org/licenses/bsd-license.php """Module with examples from the tutorial section of the docs""" from lib import * -from gitdb import IStream -from gitdb.db.py import PureLooseObjectODB -from gitdb.util import pool +from git import IStream +from git.db.py import PureLooseObjectODB +from git.util import pool from cStringIO import StringIO -- cgit v1.2.3