moiri / streamix-sia

Compatibility check of synchronous interface automata
GNU General Public License v2.0
0 stars 0 forks source link

sia.py not python 3.7 compatible #1

Open simplay opened 5 years ago

simplay commented 5 years ago

Can be fixed by translating every

print "foo" + " bar"

to

print("foo" + " bar")
moiri commented 5 years ago

Thanks for this! Currently, I am not sure whether any time should be used to work on this code. A complete rework might make sense (performance is awful now).