2009-27-09 Mark Doffman <mark.doffman@codethink.co.uk>
[platform/core/uifw/at-spi2-atk.git] / pyatspi / Accessibility.py
1 #Copyright (C) 2008 Codethink Ltd
2
3 #This library is free software; you can redistribute it and/or
4 #modify it under the terms of the GNU Lesser General Public
5 #License version 2 as published by the Free Software Foundation.
6
7 #This program is distributed in the hope that it will be useful,
8 #but WITHOUT ANY WARRANTY; without even the implied warranty of
9 #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10 #GNU General Public License for more details.
11 #You should have received a copy of the GNU Lesser General Public License
12 #along with this program; if not, write to the Free Software
13 #Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
14
15 from constants import *
16
17 from registry import*
18 from accessible import *
19 from action import *
20 from application import *
21 from collection import *
22 from component import *
23 from constants import *
24 from desktop import *
25 from deviceevent import *
26 from document import *
27 from editabletext import *
28 from event import *
29 from hyperlink import *
30 from hypertext import *
31 from image import *
32 from interfaces import *
33 from loginhelper import *
34 from relation import *
35 from role import *
36 from selection import *
37 from state import *
38 from table import *
39 from text import *
40 from utils import *
41 from value import *