siesta
siesta copied to clipboard
py3k support
Simple fixes applied by '2to3' for fixing compatibility with py3k
NEED ! :D
wont this break Python 2.x support? I think you need a future import for print
If the intent is to nix Python 2.x then you should also replace the simplejson with json