summaryrefslogtreecommitdiff
path: root/apt
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-01-22 17:14:51 +0100
committerJulian Andres Klode <jak@debian.org>2009-01-22 17:14:51 +0100
commitb604b5d71d702ba8e85f79afbfd67a0637bb7051 (patch)
treeccc7a5bcc44305401404d45c334675ae8a7ab179 /apt
parent66f9141c1bce95290ea087e1dc2bedeecc0ae156 (diff)
parent9ecd5cc188487f6823fb450d1ef4aa3f97fcef7b (diff)
downloadpython-apt-b604b5d71d702ba8e85f79afbfd67a0637bb7051.tar.gz
Merge with mvo
Diffstat (limited to 'apt')
-rw-r--r--apt/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/apt/__init__.py b/apt/__init__.py
index 05407aff..e3cfacbe 100644
--- a/apt/__init__.py
+++ b/apt/__init__.py
@@ -15,6 +15,6 @@ from apt_pkg import SizeToStr, TimeToStr, VersionCompare
apt_pkg.init()
-import warnings
-warnings.warn("apt API not stable yet", FutureWarning)
-del warnings
+#import warnings
+#warnings.warn("apt API not stable yet", FutureWarning)
+#del warnings