summaryrefslogtreecommitdiff
path: root/tests/test_utils.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2011-12-01 13:32:42 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2011-12-01 13:32:42 +0100
commitc8bfdda85fbd2df250fbc6d3faeb2bd5875a77d6 (patch)
treea4ae366f0d673156b74af8c6642b4d3a260257cf /tests/test_utils.py
parentc4c1197922edb4f82390f7e0f125be34863d24d3 (diff)
downloadpython-apt-c8bfdda85fbd2df250fbc6d3faeb2bd5875a77d6.tar.gz
py3 fixes/clean
Diffstat (limited to 'tests/test_utils.py')
-rw-r--r--tests/test_utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_utils.py b/tests/test_utils.py
index 23511f32..26ee0bff 100644
--- a/tests/test_utils.py
+++ b/tests/test_utils.py
@@ -7,7 +7,6 @@
# notice and this notice are preserved.
import sys
-sys.path.insert(0, "..")
import apt_pkg
import apt.utils
import datetime