Skip to content

xcbgen: Add missing functools import

Jakub Kulík requested to merge kulikjak/xcbproto:master into master

In Python 3, reduce is no longer a built-in function, and it was moved to the functools module.

Merge request reports