diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-06-01 17:38:50 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-06-01 17:38:50 +0200 |
| commit | 5ede2f9ff71f1e95bc99e891b0d57ee857a0bbcd (patch) | |
| tree | 1666f1ce841f46fc58717409db739f7f832f7e5a | |
| parent | e1f8d27b05abfa6ea4da792ed58be192500ab86b (diff) | |
| download | python-apt-5ede2f9ff71f1e95bc99e891b0d57ee857a0bbcd.tar.gz | |
apt/__init__.py: enable deprecation warnings again
| -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.""" |
