[python-debian/master 2/3] Remove unused imports.

Jelmer Vernooij jelmer at samba.org
Fri Mar 12 15:39:17 UTC 2010


---
 debian/changelog         |    3 +++
 debian_bundle/debfile.py |    2 --
 debian_bundle/debtags.py |    2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index abad281..c842014 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,6 +34,9 @@ python-debian (0.1.15) UNRELEASED; urgency=low
   * debian_support: Add a native python Version class, based on Raphael
     Hertzog's DpkgVersion class in the PTS (Closes: #562257, #573009)
 
+  [ Jelmer Vernooij ]
+  * Remove unused imports in the debfile and debtags modules
+
  -- John Wright <jsw at debian.org>  Sat, 13 Mar 2010 21:53:18 -0700
 
 python-debian (0.1.14) unstable; urgency=low
diff --git a/debian_bundle/debfile.py b/debian_bundle/debfile.py
index 3e18cbf..a2a62f6 100644
--- a/debian_bundle/debfile.py
+++ b/debian_bundle/debfile.py
@@ -16,9 +16,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 import gzip
-import string
 import tarfile
-import zlib
 
 from arfile import ArFile, ArError
 from changelog import Changelog
diff --git a/debian_bundle/debtags.py b/debian_bundle/debtags.py
index afafdcd..cc44f14 100644
--- a/debian_bundle/debtags.py
+++ b/debian_bundle/debtags.py
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-import math, re, cPickle
+import re, cPickle
 
 from deprecation import function_deprecated_by
 
-- 
1.6.3.3





More information about the pkg-python-debian-commits mailing list