From b0fe0557684cc4926a12b63fd8da837297413e02 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sat, 3 May 2014 11:28:44 +0200 Subject: Add missing import --- debian/patches/0001-Add-missing-import.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 debian/patches/0001-Add-missing-import.patch (limited to 'debian/patches/0001-Add-missing-import.patch') diff --git a/debian/patches/0001-Add-missing-import.patch b/debian/patches/0001-Add-missing-import.patch new file mode 100644 index 0000000..3f23df5 --- /dev/null +++ b/debian/patches/0001-Add-missing-import.patch @@ -0,0 +1,20 @@ +From: =?utf-8?q?Guido_G=C3=BCnther?= +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 + -- cgit v1.2.3