aboutsummaryrefslogtreecommitdiff
path: root/whatmaps/debiandistro.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-06-26 09:37:25 +0200
committerGuido Günther <agx@sigxcpu.org>2014-06-28 21:35:22 +0200
commite3338128a3e1489003e0334bf3e64efe337c53fc (patch)
treec639a4cd7c8d36335704b63ef42e00e0f050d921 /whatmaps/debiandistro.py
parente1b9e7fe3b1fa6b6e829f7eb5787b67d9894cfd1 (diff)
Remove unused imports
Diffstat (limited to 'whatmaps/debiandistro.py')
-rw-r--r--whatmaps/debiandistro.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/whatmaps/debiandistro.py b/whatmaps/debiandistro.py
index 3a47d50..af95bc2 100644
--- a/whatmaps/debiandistro.py
+++ b/whatmaps/debiandistro.py
@@ -29,6 +29,7 @@ import logging
import os
import subprocess
import sys
+import string
from . distro import Distro
from . debianpkg import DebianPkg