From 3fd547c2d0115ba6ccfb85f307768726c28304ab Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 16 Jan 2009 16:44:55 +0100 Subject: * apt/__init__.py: - remove the future warning --- apt/__init__.py | 6 +++--- debian/changelog | 2 ++ 2 files changed, 5 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 diff --git a/debian/changelog b/debian/changelog index 976c72da..860bacc5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -74,6 +74,8 @@ python-apt (0.7.9~exp1) experimental; urgency=low * setup.py: - build html/ help of the apt and aptsources modules into /usr/share/doc/python-apt/html + * apt/__init__.py: + - remove the future warning -- Michael Vogt Mon, 15 Dec 2008 14:29:47 +0100 -- cgit v1.2.3