summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2011-08-10 06:13:21 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2011-08-10 06:13:21 +0200
commit2cfb0428661b717546f91c625c5e6aa7a5864459 (patch)
tree1aca4f71a829d9170b49b01eb3e5bf747d7f291b /tests
parent3650bfc5b6dd1267c5489a8a1f619ab218a03f69 (diff)
parent4cf6c707ad028c8185e6df30c256f72032bbf8f4 (diff)
downloadpython-apt-2cfb0428661b717546f91c625c5e6aa7a5864459.tar.gz
releasing version 0.8.0ubuntu6
Diffstat (limited to 'tests')
-rw-r--r--tests/test_all.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_all.py b/tests/test_all.py
index f7b9dc8c..0f548781 100644
--- a/tests/test_all.py
+++ b/tests/test_all.py
@@ -43,6 +43,7 @@ if __name__ == '__main__':
if dirname:
os.chdir(dirname)
library_dir = get_library_dir()
+ sys.stderr.write("Using library_dir: '%s'" % library_dir)
if library_dir:
sys.path.insert(0, os.path.abspath(library_dir))