diff --git a/pysrc/generator.py b/pysrc/generator.py index faed4bb..a40db0f 100755 --- a/pysrc/generator.py +++ b/pysrc/generator.py @@ -3924,7 +3924,7 @@ def partition_attributes(agi, attr): #msgb("PARTITIONING ATTRIBUTES", '[%s]' % (",".join(attr))) for a in attr: i = lookup_attr(agi,a) - b = i / 64 + b = i // 64 try: d[b].append(a) except: