ianmiell / shutit

Automation framework for programmers
http://ianmiell.github.io/shutit/
MIT License
2.15k stars 110 forks source link

fix Python 3 compatibility for "shutit skeleton" #306

Closed ashkulz closed 7 years ago

ashkulz commented 7 years ago

see #299

ianmiell commented 7 years ago

This broke python 2 - I've made a change to correct, have tested and released under 1.0.17

ashkulz commented 7 years ago

Lesson: always better to use six and not reinvent the wheel :smile: