summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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