2009-04-16 Mike Gorse <mgorse@novell.com>
[platform/core/uifw/at-spi2-atk.git] / pyatspi / base.py
index 1a7141a..438f9e5 100644 (file)
@@ -33,7 +33,7 @@ class AccessibleObjectNotAvailable(Exception):
 
 #------------------------------------------------------------------------------
 
-class Enum(int):
+class Enum(uint):
         def __str__(self):
                 return self._enum_lookup[int(self)]