aboutsummaryrefslogtreecommitdiff
path: root/test/performance
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2010-11-21 20:16:51 +0100
committerSebastian Thiel <byronimo@gmail.com>2010-11-21 21:34:33 +0100
commit9ca0f897376e765989e92e44628228514f431458 (patch)
tree7efa5736504a465cea4fef6fc94e20641a24bf80 /test/performance
parent83a9e4a0dad595188ff3fb35bc3dfc4d931eff6d (diff)
downloadGitPython-9ca0f897376e765989e92e44628228514f431458.tar.gz
GitPython-9ca0f897376e765989e92e44628228514f431458.zip
Updated MANIFEST and setup to include fixtures. Adjusted includes in all tests to work with the new directory structure
Diffstat (limited to 'test/performance')
-rw-r--r--test/performance/lib.py2
-rw-r--r--test/performance/test_commit.py2
-rw-r--r--test/performance/test_streams.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/test/performance/lib.py b/test/performance/lib.py
index 4ac1f1da..d0727b60 100644
--- a/test/performance/lib.py
+++ b/test/performance/lib.py
@@ -1,6 +1,6 @@
"""Contains library functions"""
import os
-from test.testlib import *
+from git.test.lib import *
import shutil
import tempfile
diff --git a/test/performance/test_commit.py b/test/performance/test_commit.py
index 62d409fc..80421aa2 100644
--- a/test/performance/test_commit.py
+++ b/test/performance/test_commit.py
@@ -7,7 +7,7 @@
from lib import *
from git import *
from gitdb import IStream
-from test.git.test_commit import assert_commit_serialization
+from git.test.test_commit import assert_commit_serialization
from cStringIO import StringIO
from time import time
import sys
diff --git a/test/performance/test_streams.py b/test/performance/test_streams.py
index a5811262..7f17d722 100644
--- a/test/performance/test_streams.py
+++ b/test/performance/test_streams.py
@@ -1,6 +1,6 @@
"""Performance data streaming performance"""
-from test.testlib import *
+from git.test.lib import *
from gitdb import *
from gitdb.util import bin_to_hex