Show: py2 support

mostly changes to the way things are imported
+small misc fixes
This commit is contained in:
DeepSOIC
2019-09-12 02:34:26 +03:00
committed by wmayer
parent 20f68358a7
commit 1593efecc7
6 changed files with 29 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
__doc__ = "Show module: helper code for visibility automation."
from .TempoVis import TempoVis
from .mTempoVis import TempoVis
from . import DepGraphTools