diff options
-rw-r--r-- | git/test/performance/objects/__init__.py | 1 | ||||
-rw-r--r-- | git/test/performance/objects/test_commit.py (renamed from git/test/performance/test_commit.py) | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/git/test/performance/objects/__init__.py b/git/test/performance/objects/__init__.py new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/git/test/performance/objects/__init__.py @@ -0,0 +1 @@ + diff --git a/git/test/performance/test_commit.py b/git/test/performance/objects/test_commit.py index decc308e..685fba2f 100644 --- a/git/test/performance/test_commit.py +++ b/git/test/performance/objects/test_commit.py @@ -4,7 +4,7 @@ # This module is part of GitPython and is released under # the BSD License: http://www.opensource.org/licenses/bsd-license.php -from lib import * +from git.test.performance.lib import TestBigRepoRW from git import * from git.base import IStream from git.test.objects.test_commit import assert_commit_serialization |