Partial re-refactor of the accessibles registration code.
[platform/core/uifw/at-spi2-atk.git] / pyatspi / __init__.py
index acf0da2..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
-
-#Registry = registry.Registry()
-#registry.Registry = Registry
-#del registry
+__version__ = (1, 9, 0)
 
-from constants import *
-
-from accessible import *
-from application import *
-from component import *
-from desktop import *
-from state import *
-from relation import *
-from role import *
+import registry
+Registry = registry._Registry()
+registry._Registry = Registry
+del registry
 
-#from utils import *
+import constants
+from Accessibility import *