aboutsummaryrefslogtreecommitdiff
path: root/def_PRINTABLES.py
diff options
context:
space:
mode:
Diffstat (limited to 'def_PRINTABLES.py')
-rwxr-xr-xdef_PRINTABLES.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/def_PRINTABLES.py b/def_PRINTABLES.py
index e5bb154..4fc41b4 100755
--- a/def_PRINTABLES.py
+++ b/def_PRINTABLES.py
@@ -7,8 +7,7 @@ from os.path import basename, splitext
from railroad import *
Diagram(
- Start("complex"),
"[[:graph:]]+",
- End("complex")
+ type="complex"
).writeStandalone(
open(splitext(basename(__file__))[0] + ".svg", "w").write)