summaryrefslogtreecommitdiff
path: root/whatmaps/command.py
diff options
context:
space:
mode:
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):