From 7194b691d333f8eb3c4eead3209428f98b80ed1f Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Tue, 24 Sep 2013 23:55:46 +0200 Subject: Move invisible elements to lib_$class.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- cluster-cman.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cluster-cman.py') 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 * -- cgit