aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/__init__.py.in
Commit message (Collapse)AuthorAgeFilesLines
* Replace private.py file by an inject code.Hugo Parente Lima2012-03-081-6/+0
|
* Updated __init__.py file to works with python 2.x and 3.xRenato Filho2012-03-081-1/+5
|
* New format for __version_info__.Hugo Parente Lima2012-03-081-2/+2
| | | | | | | The new format follow the same rules used by sys.version_info(). Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Added PySide attributes to specify current version, and Qt version.renatofilho2010-11-121-0/+5
Fixes bug: #454 Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>