summaryrefslogtreecommitdiff
path: root/gitdb/test/test_stream.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2011-05-05 13:14:51 +0200
committerSebastian Thiel <byronimo@gmail.com>2011-05-05 13:14:51 +0200
commit6463c10db377573e695bc504a9451bdb6cbf61f5 (patch)
tree713847f0a962db5d5c6e6badb0aa169e105135db /gitdb/test/test_stream.py
parent27d10a60f82ddf7e1e5231c33f22070133406d2c (diff)
downloadgitdb-fetch_n_push.tar.gz
Fixed remaining tests as far as possible/necessary before the actual work starts. Oh my ...fetch_n_push
Diffstat (limited to 'gitdb/test/test_stream.py')
-rw-r--r--gitdb/test/test_stream.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitdb/test/test_stream.py b/gitdb/test/test_stream.py
index 50534d0..b2d4bc1 100644
--- a/gitdb/test/test_stream.py
+++ b/gitdb/test/test_stream.py
@@ -23,6 +23,7 @@ from gitdb.typ import (
str_blob_type
)
+from gitdb.db.py import PureLooseObjectODB
import time
import tempfile
import os