summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-06-10 22:45:43 +0200
committerGuido Günther <agx@sigxcpu.org>2014-06-10 22:45:43 +0200
commitff00878ff13d3e38306cf05b3bd5dcda19a4cc7a (patch)
tree9f153e3a3d2d71975142a0c259840008f53d76b4
parent4d69afd6a6f29284218e3b3ccc386ec9655172c2 (diff)
Remove unused imports
-rwxr-xr-xwhatmaps/command.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/whatmaps/command.py b/whatmaps/command.py
index 3225f54..4ca730f 100755
--- a/whatmaps/command.py
+++ b/whatmaps/command.py
@@ -21,11 +21,7 @@ from __future__ import print_function
import glob
import os
import logging
-import re
-import string
-import subprocess
import sys
-import errno
from optparse import OptionParser
try:
import lsb_release