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_stream.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'git/test/test_stream.py') diff --git a/git/test/test_stream.py b/git/test/test_stream.py index b2d4bc14..140dea95 100644 --- a/git/test/test_stream.py +++ b/git/test/test_stream.py @@ -12,18 +12,18 @@ from lib import ( fixture_path ) -from gitdb import * -from gitdb.util import ( +from git import * +from git.util import ( NULL_HEX_SHA, hex_to_bin ) -from gitdb.util import zlib -from gitdb.typ import ( +from git.util import zlib +from git.typ import ( str_blob_type ) -from gitdb.db.py import PureLooseObjectODB +from git.db.py import PureLooseObjectODB import time import tempfile import os -- cgit v1.2.3