Rename the ExprType "parent" attribute to "parents".
[free-sw/xcb/proto] / xcbgen / state.py
index 51efc94..ae3d2d4 100644 (file)
@@ -4,9 +4,9 @@ This module contains the namespace class and the singleton module class.
 from os.path import dirname, basename
 from xml.etree.cElementTree import parse
 
-import matcher
-from error import *
-from xtypes import *
+from xcbgen import matcher
+from xcbgen.error import *
+from xcbgen.xtypes import *
 
 import __main__