haraisao / JumpingSumo-Python

Controller for the JumpingSUMO written in Python
21 stars 12 forks source link

Issues with python3 #4

Open jsaucerman opened 4 years ago

jsaucerman commented 4 years ago

The code needs to be ported to python3. I've take an initial stab at this using the 2to3 tool. The remaining issue was the use of the variable 'async', which in my version I fixed by renaming the variable.