diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-27 19:12:48 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-27 19:12:48 +0000 |
commit | dea059ffde4b758e8efd2d506865530b2d882b19 (patch) | |
tree | d385aaa10be0b1a7272593bc9341439a6922f02c /proto/xcb-proto/xcbgen/state.py | |
parent | 05ab6897ed1551f4cd64c8f2704a7f6a491eac33 (diff) |
Update to xcb-proto 1.7. Tested by krw@, mpi@, shadchin@
Diffstat (limited to 'proto/xcb-proto/xcbgen/state.py')
-rw-r--r-- | proto/xcb-proto/xcbgen/state.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/proto/xcb-proto/xcbgen/state.py b/proto/xcb-proto/xcbgen/state.py index 51efc9480..ae3d2d45f 100644 --- a/proto/xcb-proto/xcbgen/state.py +++ b/proto/xcb-proto/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__ |