summaryrefslogtreecommitdiffstats
path: root/cluster-cman.py
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-09-24 23:55:46 +0200
committerJan Pokorný <jpokorny@redhat.com>2013-09-24 23:55:46 +0200
commit7194b691d333f8eb3c4eead3209428f98b80ed1f (patch)
treecce76a0d83057f99e7bb04c72ae57823251081d4 /cluster-cman.py
parent7eccf40188a2326bec49d67f92ce0ca3d8919cec (diff)
downloadcluster-overview-7194b691d333f8eb3c4eead3209428f98b80ed1f.tar.gz
cluster-overview-7194b691d333f8eb3c4eead3209428f98b80ed1f.tar.xz
cluster-overview-7194b691d333f8eb3c4eead3209428f98b80ed1f.zip
Move invisible elements to lib_$class.py
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'cluster-cman.py')
-rwxr-xr-xcluster-cman.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster-cman.py b/cluster-cman.py
index a24339b..5972a96 100755
--- a/cluster-cman.py
+++ b/cluster-cman.py
@@ -17,7 +17,7 @@ conveniently using XDot: http://code.google.com/p/jrfonseca/wiki/XDot
from sys import argv
from os.path import splitext
-from lib import LibDot, SubgraphInvisible, EdgeInvisible, main
+from lib import LibDot, main
from lib_subgraphs import *
from lib_nodes import *
from lib_edges import *