File build-compare.diff of Package python-qt4
Index: pyuic/uic/__init__.py
===================================================================
--- pyuic/uic/__init__.py.orig 2011-01-23 11:08:28.000000000 +0100
+++ pyuic/uic/__init__.py 2011-02-11 11:31:07.576439595 +0100
@@ -47,8 +47,7 @@ _header = """# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file '%s'
#
-# Created: %s
-# by: PyQt4 UI code generator %s
+# Created by: PyQt4 UI code generator %s
#
# WARNING! All changes made in this file will be lost!
@@ -165,7 +164,7 @@ def compileUi(uifile, pyfile, execute=Fa
indenter.indentwidth = indent
- pyfile.write(_header % (uifname, ctime(), PYQT_VERSION_STR))
+ pyfile.write(_header % (uifname, PYQT_VERSION_STR))
winfo = compiler.UICompiler().compileUi(uifile, pyfile, from_imports)