diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2011-05-05 13:14:51 +0200 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2011-05-05 13:14:51 +0200 |
commit | 6463c10db377573e695bc504a9451bdb6cbf61f5 (patch) | |
tree | 713847f0a962db5d5c6e6badb0aa169e105135db /gitdb/test/test_stream.py | |
parent | 27d10a60f82ddf7e1e5231c33f22070133406d2c (diff) | |
download | gitdb-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.py | 1 |
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 |