mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-08 21:48:05 +02:00
Merge branch 'master' into 'master'
xcbgen: Add missing functools import See merge request xorg/proto/xcbproto!41
This commit is contained in:
commit
afdad4aa53
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
'''
|
||||
This module contains the classes which represent XCB data types.
|
||||
'''
|
||||
from functools import reduce
|
||||
|
||||
from .expr import Field, Expression
|
||||
from .align import Alignment, AlignmentLog
|
||||
from xml.etree.ElementTree import SubElement
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue