From 5ede2f9ff71f1e95bc99e891b0d57ee857a0bbcd Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 1 Jun 2010 17:38:50 +0200 Subject: apt/__init__.py: enable deprecation warnings again --- apt/__init__.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'apt') diff --git a/apt/__init__.py b/apt/__init__.py index 8b66ad13..ddbad82a 100644 --- a/apt/__init__.py +++ b/apt/__init__.py @@ -19,8 +19,6 @@ 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.""" -- cgit v1.2.3