aboutsummaryrefslogtreecommitdiff
path: root/whatmaps/command.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/command.py
parente1b9e7fe3b1fa6b6e829f7eb5787b67d9894cfd1 (diff)
Remove unused imports
Diffstat (limited to 'whatmaps/command.py')
-rwxr-xr-xwhatmaps/command.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/whatmaps/command.py b/whatmaps/command.py
index 2593398..e02b176 100755
--- a/whatmaps/command.py
+++ b/whatmaps/command.py
@@ -18,11 +18,12 @@
from __future__ import print_function
+import errno
import glob
import os
import logging
+import subprocess
import sys
-import errno
from optparse import OptionParser
try:
import lsb_release
@@ -32,9 +33,7 @@ except ImportError:
from . process import Process
from . debiandistro import DebianDistro
from . redhatdistro import FedoraDistro
-from . pkg import Pkg, PkgError
-from . debianpkg import DebianPkg
-from . rpmpkg import RpmPkg
+from . pkg import PkgError
def check_maps(procs, shared_objects):