summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2010-06-01 17:45:56 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2010-06-01 17:45:56 +0200
commitd7038688165b24bbb41002f59322ae69418046cc (patch)
tree504fabbb6a80a4d53a81369905978396a26ab644
parent9db4870363809d86df9b723737d6cb3438db691c (diff)
downloadpython-apt-d7038688165b24bbb41002f59322ae69418046cc.tar.gz
apt/__init__.py: remove unneeded imports
-rw-r--r--apt/__init__.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/apt/__init__.py b/apt/__init__.py
index ddbad82a..a8a8b8fc 100644
--- a/apt/__init__.py
+++ b/apt/__init__.py
@@ -17,9 +17,6 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
# USA
-import os
-import warnings
-
# import the core of apt_pkg
"""High-Level Interface for working with apt."""
import apt_pkg