diff options
author | Simon Hausmann <shausman@trolltech.com> | 2007-02-22 10:20:53 +0100 |
---|---|---|
committer | Simon Hausmann <shausman@trolltech.com> | 2007-02-22 10:20:53 +0100 |
commit | 5ea919de226177e52f62d1c92208ad9687fd76d7 (patch) | |
tree | 25aca3e4c92c6f8aa271c7cf581977c4b1d3a73b | |
parent | More work in --silent support. (diff) | |
download | tgif-5ea919de226177e52f62d1c92208ad9687fd76d7.tar.xz |
Don't print a plain newline at the end of the execution (avoids bogus cron error mails).
Signed-off-by: Simon Hausmann <shausman@trolltech.com>
-rwxr-xr-x | contrib/fast-import/p4-fast-export.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/fast-import/p4-fast-export.py b/contrib/fast-import/p4-fast-export.py index 0541f84188..8f5b8fe314 100755 --- a/contrib/fast-import/p4-fast-export.py +++ b/contrib/fast-import/p4-fast-export.py @@ -332,8 +332,6 @@ if len(changeRange) == 0: except: pass -sys.stderr.write("\n") - tz = - time.timezone / 36 tzsign = ("%s" % tz)[0] if tzsign != '+' and tzsign != '-': |