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 ++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 21 insertions(+) create mode 100644 debian/patches/0001-Add-missing-import.patch create mode 100644 debian/patches/series 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 + diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..98daf29 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +0001-Add-missing-import.patch -- cgit v1.2.3