X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=xcbgen%2Fstate.py;h=ae3d2d45fe51174b3c2f9f079fd2afad1fb96f23;hb=d0b88e5119a93436ac6eb5b604e2743cd3c43a3c;hp=59b56080fe4f9901330c408835fc2a80a35f0d77;hpb=7820273c4b00209d5ace8cbfdb1400728e15c158;p=free-sw%2Fxcb%2Fproto diff --git a/xcbgen/state.py b/xcbgen/state.py index 59b5608..ae3d2d4 100644 --- a/xcbgen/state.py +++ b/xcbgen/state.py @@ -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 types import * +from xcbgen import matcher +from xcbgen.error import * +from xcbgen.xtypes import * import __main__