Added PySide attributes to specify current version, and Qt version.
Fixes bug: #454 Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
This commit is contained in:
parent
655219636b
commit
178f81aa70
7 changed files with 31 additions and 8 deletions
5
PySide/__init__.py.in
Normal file
5
PySide/__init__.py.in
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
__all__ = ['QtCore', 'QtGui', 'QtNetwork', 'QtOpenGL', 'QtSql', 'QtSvg', 'QtTest', 'QtWebKit', 'QtScript']
|
||||
import private
|
||||
|
||||
__version__ = "@BINDING_API_VERSION@"
|
||||
__version_info__ = (@BINDING_API_MAJOR_VERSION@, @BINDING_API_MINOR_VERSION@, @BINDING_API_MICRO_VERSION@)
|
||||
Loading…
Add table
Add a link
Reference in a new issue