aboutsummaryrefslogtreecommitdiff
path: root/steuermann/dot.py
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2016-07-03 12:58:50 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2016-07-03 12:58:50 -0400
commit4b7c318aad84b5274f11e7f82da84241314baed3 (patch)
treea3f3e5704d13e28b640649f960db1efaf7e09bd5 /steuermann/dot.py
parent5651d5c9725fd2ef2f292a9500c177318cbf20ca (diff)
downloadsteuermann-4b7c318aad84b5274f11e7f82da84241314baed3.tar.gz
Python 3k compat
Diffstat (limited to 'steuermann/dot.py')
-rw-r--r--steuermann/dot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/steuermann/dot.py b/steuermann/dot.py
index e4d7a1f..eb9f3b4 100644
--- a/steuermann/dot.py
+++ b/steuermann/dot.py
@@ -11,7 +11,7 @@ Requires graphviz and pygraphviz
if len(sys.argv) < 2:
- print 'ERROR - missing argument(s)'
+ print('ERROR - missing argument(s)')
sys.exit(1)
sm_files = sys.argv[1:]