summaryrefslogtreecommitdiff
path: root/xcbgen/matcher.py
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2008-07-09 13:41:10 -0400
committerEamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil>2008-07-09 13:41:10 -0400
commitbf652a63fe0de259857ed174d7e921d645184634 (patch)
treecadf6f0d4bd2d3f28daa231187e1eaaf7b061707 /xcbgen/matcher.py
parent3e8dbef32e691150ca1c86a2bccfd4458ef16190 (diff)
downloadxcb-proto-bf652a63fe0de259857ed174d7e921d645184634.tar.gz
Work around a Python bug involving the file name 'types.py'.
Diffstat (limited to 'xcbgen/matcher.py')
-rw-r--r--xcbgen/matcher.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xcbgen/matcher.py b/xcbgen/matcher.py
index b2d9b8b..e7958fa 100644
--- a/xcbgen/matcher.py
+++ b/xcbgen/matcher.py
@@ -10,7 +10,7 @@ from os.path import join
from xml.etree.cElementTree import parse
import state
-from types import *
+from xtypes import *
def import_(node, module, namespace):
'''