| commit | bb084ef93676350f459428b35c9a7478d5cbfae4 | [log] [tgz] |
|---|---|---|
| author | stevenvanrossem <steven.vanrossem@intec.ugent.be> | Fri May 20 09:27:01 2016 +0200 |
| committer | stevenvanrossem <steven.vanrossem@intec.ugent.be> | Fri May 20 09:27:01 2016 +0200 |
| tree | 36273d82f96bdc7367d05358dde71f088bde659b | |
| parent | 1a6843a29e131df6719e5a859e1460d957879458 [diff] [blame] |
cleanup monitoring commands
diff --git a/src/emuvim/cli/son_emu_cli.py b/src/emuvim/cli/son_emu_cli.py index 195fe06..842d0a1 100755 --- a/src/emuvim/cli/son_emu_cli.py +++ b/src/emuvim/cli/son_emu_cli.py
@@ -20,7 +20,7 @@ def main(): if len(sys.argv) < 2: - print "Usage: son-emu-cli <toolname> <arguments>" + print("Usage: son-emu-cli <toolname> <arguments>") exit(0) if sys.argv[1] == "compute": compute.main(sys.argv[2:])