summaryrefslogtreecommitdiff
path: root/whatmaps/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'whatmaps/command.py')
-rwxr-xr-xwhatmaps/command.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/whatmaps/command.py b/whatmaps/command.py
index 4738e10..29a244f 100755
--- a/whatmaps/command.py
+++ b/whatmaps/command.py
@@ -32,10 +32,12 @@ 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
+
def check_maps(procs, shared_objects):
restart_procs = {}
for proc in procs: