2008-07-28 Mark Doffman <mark.doffman@codethink.co.uk>
[platform/core/uifw/at-spi2-atk.git] / pyatspi / __init__.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 #import registry
16
17 #Registry = registry.Registry(reg)
18 #registry.Registry = Registry
19 #del registry
20
21 def setCacheLevel(level):
22         pass
23
24 def getCacheLevel():
25         return None
26
27 def clearCache():
28         pass
29
30 def printCache():
31         print "Print cache function is deprecated";
32
33 from constants import *
34 from other import *
35 from accessible import *
36 #from utils import *