diff options
Diffstat (limited to 'def_PRINTABLES.py')
| -rwxr-xr-x | def_PRINTABLES.py | 3 |
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) |
