File build-compare.diff of Package python-qt4.1536
Index: pyuic/uic/__init__.py
===================================================================
--- pyuic/uic/__init__.py.orig 2011-01-23 11:08:28.000000000 +0100
+++ pyuic/uic/__init__.py 2013-07-09 23:40:52.000000000 -0400
@@ -47,8 +47,7 @@
# 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!
@@ -170,7 +169,7 @@
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, resource_suffix)