X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=xcbgen%2Fxtypes.py;fp=xcbgen%2Fxtypes.py;h=14c318ac3882d076e91e5793c1f4d443c9603d4b;hb=f877a6f34c16bc73bccc18073b3512318d49e92c;hp=1a6c7ceed22e45d0b4214d584be5f3bf1115523f;hpb=c4497cdbf0640c376cdebb0a9e5ea62458e6ba51;p=free-sw%2Fxcb%2Fproto diff --git a/xcbgen/xtypes.py b/xcbgen/xtypes.py index 1a6c7ce..14c318a 100644 --- a/xcbgen/xtypes.py +++ b/xcbgen/xtypes.py @@ -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):