summaryrefslogtreecommitdiff
path: root/debian/patches/0001-Add-missing-import.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0001-Add-missing-import.patch')
-rw-r--r--debian/patches/0001-Add-missing-import.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/debian/patches/0001-Add-missing-import.patch b/debian/patches/0001-Add-missing-import.patch
deleted file mode 100644
index 3f23df5..0000000
--- a/debian/patches/0001-Add-missing-import.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-From: =?utf-8?q?Guido_G=C3=BCnther?= <agx@sigxcpu.org>
-Date: Sat, 3 May 2014 11:27:34 +0200
-Subject: Add missing import
-
----
- whatmaps/debiandistro.py | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/whatmaps/debiandistro.py b/whatmaps/debiandistro.py
-index 54c706a..4a3d0db 100644
---- a/whatmaps/debiandistro.py
-+++ b/whatmaps/debiandistro.py
-@@ -26,6 +26,7 @@ except ImportError:
- lsb_release = None
-
- import logging
-+import string
- import subprocess
- import sys
-