From 3ac8ff68106d3f3b08d64e1a77cbebfb39e3068c Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Thu, 22 Feb 2007 10:20:53 +0100 Subject: [PATCH] silent for real this time --- p4-fast-export.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/p4-fast-export.py b/p4-fast-export.py index 0541f84..8f5b8fe 100755 --- a/p4-fast-export.py +++ b/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 != '-': -- 2.11.4.GIT