summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-05-03 11:27:34 +0200
committerGuido Günther <agx@sigxcpu.org>2014-05-03 11:27:34 +0200
commitfd6534d56992222f1a5313ff4cf9e1812c4a553d (patch)
tree4d135af8d12ba4097c2120f893ed8c0afd9d4be4
parenta47c25a7193e1fa9f8df7d92f032f9bd3a315ec5 (diff)
Add missing import
-rw-r--r--whatmaps/debiandistro.py1
1 files changed, 1 insertions, 0 deletions
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