Use absolute imports in xcbgen for Python 3 compatibility
[free-sw/xcb/proto] / xcbgen / xtypes.py
index 1a6c7ce..14c318a 100644 (file)
@@ -1,7 +1,7 @@
 '''
 This module contains the classes which represent XCB data types.
 '''
-from expr import Field, Expression
+from xcbgen.expr import Field, Expression
 import __main__
 
 class Type(object):