Partial re-refactor of the accessibles registration code.
[platform/core/uifw/at-spi2-atk.git] / pyatspi / __init__.py
index 2b916c9..510e65b 100644 (file)
 #along with this program; if not, write to the Free Software
 #Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-#import registry
+__version__ = (1, 9, 0)
 
-#Registry = registry.Registry(reg)
-#registry.Registry = Registry
-#del registry
+import registry
+Registry = registry._Registry()
+registry._Registry = Registry
+del registry
 
-def setCacheLevel(level):
-       pass
-
-def getCacheLevel():
-       return None
-
-def clearCache():
-       pass
-
-def printCache():
-       print "Print cache function is deprecated";
-
-from constants import *
-from other import *
-from accessible import *
-#from utils import *
+import constants
+from Accessibility import *