Updated to work under Python3

This commit is contained in:
Maciej Błędkowski 2021-09-29 02:14:13 +02:00
parent 9b2a375875
commit 1ec54e8457

View File

@ -52,7 +52,7 @@ if __name__ == '__main__':
if not os.path.exists(output_dir):
os.makedirs(output_dir)
for name, config in antipixels.iteritems():
for name, config in antipixels.items():
if 'base' not in config:
config['base'] = default_base
print("Creating antipixel {0}".format(name))