summaryrefslogtreecommitdiffstats
path: root/cluster-cman.py
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-09-05 18:18:56 +0200
committerJan Pokorný <jpokorny@redhat.com>2013-09-05 18:18:56 +0200
commit98155ef7c0d9cf6102be9d6afa0f1fa534edface (patch)
treec37c2b6c502f818fe364f3c8f2730aff868b97c7 /cluster-cman.py
parent71d80785f618a6208de50fe9c85a6831563199de (diff)
downloadcluster-overview-98155ef7c0d9cf6102be9d6afa0f1fa534edface.tar.gz
cluster-overview-98155ef7c0d9cf6102be9d6afa0f1fa534edface.tar.xz
cluster-overview-98155ef7c0d9cf6102be9d6afa0f1fa534edface.zip
Split subgraphs/nodes/edges library to separate files
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'cluster-cman.py')
-rwxr-xr-xcluster-cman.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/cluster-cman.py b/cluster-cman.py
index 4d6e498..f51a217 100755
--- a/cluster-cman.py
+++ b/cluster-cman.py
@@ -17,7 +17,10 @@ conveniently using XDot: http://code.google.com/p/jrfonseca/wiki/XDot
from sys import argv
from os.path import splitext
-from lib import *
+from lib import LibDot, SubgraphInvisible, EdgeInvisible, main
+from lib_subgraphs import *
+from lib_nodes import *
+from lib_edges import *
FONT = 'Inconsolata'