[g-a-devel] pyatspi version checking
- From: Eitan Isaacson <eitan ascender com>
- To: gnome-accessibility-devel gnome org
- Subject: [g-a-devel] pyatspi version checking
- Date: Thu, 03 Jul 2008 12:45:04 -0700
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]