Merge branch 'master' into 'master'

xcbgen: Add missing functools import

See merge request xorg/proto/xcbproto!41
This commit is contained in:
Jakub Kulík 2026-02-10 12:00:47 +00:00
commit afdad4aa53

View file

@ -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