summaryrefslogtreecommitdiff
path: root/git/test/performance/test_odb.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-01-04 14:25:39 +0100
committerSebastian Thiel <byronimo@gmail.com>2015-01-04 14:25:39 +0100
commit1b9d3b961bdf79964b883d3179f085d8835e528d (patch)
tree7031b7853f92879ee2e106f1e4fbf302c5c20ea6 /git/test/performance/test_odb.py
parentc80d727e374321573bb00e23876a67c77ff466e3 (diff)
downloadgitpython-1b9d3b961bdf79964b883d3179f085d8835e528d.tar.gz
Removed 'from X import *' whereever possible
Diffstat (limited to 'git/test/performance/test_odb.py')
-rw-r--r--git/test/performance/test_odb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/test/performance/test_odb.py b/git/test/performance/test_odb.py
index 1b570fa7..779adb00 100644
--- a/git/test/performance/test_odb.py
+++ b/git/test/performance/test_odb.py
@@ -3,7 +3,7 @@
from time import time
import sys
-from lib import (
+from .lib import (
TestBigRepoR
)