diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-12-01 13:32:42 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-12-01 13:32:42 +0100 |
| commit | c8bfdda85fbd2df250fbc6d3faeb2bd5875a77d6 (patch) | |
| tree | a4ae366f0d673156b74af8c6642b4d3a260257cf /tests/test_utils.py | |
| parent | c4c1197922edb4f82390f7e0f125be34863d24d3 (diff) | |
| download | python-apt-c8bfdda85fbd2df250fbc6d3faeb2bd5875a77d6.tar.gz | |
py3 fixes/clean
Diffstat (limited to 'tests/test_utils.py')
| -rw-r--r-- | tests/test_utils.py | 1 |
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 |
