Merge branch 'remove-legacy-constructs' into 'master'

Remove legacy constructs

See merge request xorg/lib/libxcb!75
This commit is contained in:
Robert Knutsson 2026-05-13 13:54:35 +02:00
commit a4541daa7b

View file

@ -1,5 +1,4 @@
#!/usr/bin/env python
from __future__ import print_function
#!/usr/bin/env python3
import getopt
import os
import sys
@ -67,7 +66,7 @@ def _c_wr_stringlist(indent, strlist):
_c("%s%s", indent, str)
class PreCode(object):
class PreCode:
'''
For pre-code generated by expression generation
(for example, the for-loop of a sumof)