mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 10:57:49 +00:00
python 2/3 compatibility: from functools import reduce
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
|
||||
import string
|
||||
|
||||
from functools import reduce
|
||||
|
||||
chars = string.digits + string.ascii_uppercase + string.ascii_lowercase + '_$'
|
||||
|
||||
def compress(g):
|
||||
|
||||
Reference in New Issue
Block a user