BreakingBytes / simkit

Model Simulation Framework
http://breakingbytes.github.io/simkit/
BSD 3-Clause "New" or "Revised" License
27 stars 16 forks source link

Convert to Python3 #108

Open ralic opened 7 years ago

ralic commented 7 years ago

using : find . -name '*.py' | xargs 2to3 -w

mikofski commented 7 years ago

Thanks @ralic - let's try building in a compatibility layer using python-future and six instead of running 2to3 and maintaining two release codebases.