aboutsummaryrefslogtreecommitdiff
path: root/whatmaps/command.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-04-21 20:27:50 +0200
committerGuido Günther <agx@sigxcpu.org>2014-04-21 20:43:04 +0200
commitc8fa189693ec797d6d329f7c1b5ceeecda930574 (patch)
tree215be51adc98352e2c48bf863372a2a41c3fa96d /whatmaps/command.py
parentb84cd304bfd042642b7da48c5439c38fbabd43bf (diff)
Split out and test RedHatDistro
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: