summaryrefslogtreecommitdiff
path: root/apt/__init__.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2009-01-21 21:48:35 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2009-01-21 21:48:35 +0100
commitf30c7b595dfcfcd7271b9ec4751a39a34a2488bd (patch)
tree184498b6729e50d83c0f45eb85d3471054003db3 /apt/__init__.py
parent856b5f16cd50d87cc5652e8fea63e0d6b85d5118 (diff)
parent96ba2a685e8f754d2917da88dc424ef71a99b2e8 (diff)
downloadpython-apt-f30c7b595dfcfcd7271b9ec4751a39a34a2488bd.tar.gz
* apt/__init__.py:
- remove the future warning * aptsources/distro.py: - fix indent breakage (LP: #319714)
Diffstat (limited to 'apt/__init__.py')
-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