From 1b9d3b961bdf79964b883d3179f085d8835e528d Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 4 Jan 2015 14:25:39 +0100 Subject: Removed 'from X import *' whereever possible --- git/test/performance/test_odb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/test/performance/test_odb.py') 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 ) -- cgit v1.2.3