diff options
Diffstat (limited to 'steuermann/run_cron.py')
-rw-r--r-- | steuermann/run_cron.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/steuermann/run_cron.py b/steuermann/run_cron.py index edb0451..0b137a8 100644 --- a/steuermann/run_cron.py +++ b/steuermann/run_cron.py @@ -16,8 +16,8 @@ class fakenode(object): def main() : if len(sys.argv) < 4 : - print "smcron host name command" - print "(from ",sys.argv,")" + print("smcron host name command") + print("(from ",sys.argv,")") sys.exit(1) host = sys.argv[1] |