Update script to Python 3

This commit is contained in:
FPVogel
2022-10-23 17:57:47 +02:00
committed by Mat Sutcliffe
parent 6e72437824
commit 2ed2007048

View File

@@ -39,7 +39,7 @@ filename = scriptDir + '/swift.imp'
if os.path.exists(filename):
os.remove(filename)
print filename
print(filename)
imp = open(filename, 'w')
imp.write('[\n')
for mapping in mappings: