[g-a-devel] pyatspi version checking



Hi All.

Recently I committed to AT-SPI trunk a change that will allow pyatspi
version checking:

>>> import pyatspi
>>> print pyatspi.__version__
(1, 23, 3)

The version displayed is the AT-SPI version that pyatspi is distributed
with. The tuple stored in __version__ is the major, minor and micro
version numbers, in that order. So the above tuple means version 1.23.3.

Cheers,
	Eitan.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]