diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2011-06-06 17:15:12 +0200 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2011-06-06 17:15:12 +0200 |
commit | 155158e1410ff036812a87975cce6cb91aa8280e (patch) | |
tree | 7db2132f9838f2c2112b411b300d7c534d41de95 /git/test/performance/db/odb_impl.py | |
parent | d1032572162f91ee9e67e74321f329238fa32b15 (diff) | |
download | gitpython-155158e1410ff036812a87975cce6cb91aa8280e.tar.gz |
Added PackedDB test with generalized type to allows other implementations to be tested as well at some point
Diffstat (limited to 'git/test/performance/db/odb_impl.py')
-rw-r--r-- | git/test/performance/db/odb_impl.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/git/test/performance/db/odb_impl.py b/git/test/performance/db/odb_impl.py index fd1abdee..677cf6a8 100644 --- a/git/test/performance/db/odb_impl.py +++ b/git/test/performance/db/odb_impl.py @@ -3,7 +3,6 @@ from time import time import sys import stat -import copy from git.test.performance.lib import ( TestBigRepoR, |