File build-compare.diff of Package python-qt5
--- pyuic/uic/__init__.py.orig 2013-08-05 20:02:06.469095336 +0200
+++ pyuic/uic/__init__.py 2013-08-05 20:03:14.547609380 +0200
@@ -47,8 +47,7 @@
# Form implementation generated from reading ui file '%s'
#
-# Created: %s
-# by: PyQt5 UI code generator %s
+# Created by: PyQt5 UI code generator %s
#
# WARNING! All changes made in this file will be lost!
@@ -159,7 +158,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)