Commit graph

4 commits

Author SHA1 Message Date
Keith Packard
4d8241c67c Add CARD64/INT64 protocol types
No reason to make people use two 32-bit values when every modern
compiler has native 64-bit objects.

Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
2013-11-06 16:50:55 -08:00
David Coles
f877a6f34c Use absolute imports in xcbgen for Python 3 compatibility
Python 3 has stricter syntax for relative imports. Use absolute imports to
ensure compatibility with all versions of Python. Also break cyclical module
import between state.py and matcher.py by deferring import.

Signed-off-by: David Coles <dcoles@gaikai.com>
Signed-off-by: Julien Danjou <julien@danjou.info>
2011-05-03 10:21:55 +02:00
Eamon Walsh
bf652a63fe Work around a Python bug involving the file name 'types.py'. 2008-07-09 13:41:10 -04:00
Eamon Walsh
7820273c4b Add Python parser language-independent parts. 2008-04-19 04:30:21 -04:00