X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=xcbgen%2Fstate.py;h=ae3d2d45fe51174b3c2f9f079fd2afad1fb96f23;hb=a068a20c8460bab72df977e086db23af49c14025;hp=51efc9480aaf7241ea8cace80a4144219f3c7acc;hpb=bf652a63fe0de259857ed174d7e921d645184634;p=free-sw%2Fxcb%2Fproto diff --git a/xcbgen/state.py b/xcbgen/state.py index 51efc94..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 xtypes import * +from xcbgen import matcher +from xcbgen.error import * +from xcbgen.xtypes import * import __main__