Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.3
python-qt4
build-compare.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
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)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor