diff options
| -rw-r--r-- | apt/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
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.""" |
