Search
j0ke.net Open Build Service
>
Projects
>
KDE
:
Qt
:
STABLE
>
python-qt4
> build-compare.diff
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File build-compare.diff of Package python-qt4
Index: pyuic/uic/__init__.py =================================================================== --- pyuic/uic/__init__.py.orig +++ pyuic/uic/__init__.py @@ -7,8 +7,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! @@ -123,7 +122,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)