diff options
Diffstat (limited to 'apt/__init__.py')
| -rw-r--r-- | apt/__init__.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apt/__init__.py b/apt/__init__.py index 8b66ad13..a8a8b8fc 100644 --- a/apt/__init__.py +++ b/apt/__init__.py @@ -17,11 +17,6 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA -import os -import warnings -if not "PYTHON_APT_DEPRECATION_WARNINGS" in os.environ: - warnings.simplefilter('ignore', DeprecationWarning) - # import the core of apt_pkg """High-Level Interface for working with apt.""" import apt_pkg |
