SRI-CSL / whole-program-llvm

A toolkit for building whole-program LLVM bitcode files
MIT License
73 stars 11 forks source link

Fixup imports and print() usage for python3 compat. #13

Closed dtzWill closed 8 years ago

dtzWill commented 8 years ago

Without these changes 'setup.py test' fails.

dtzWill commented 8 years ago

Ha! It appears my editor also removed trailing whitespace, hope that's alright :innocent:

ianamason commented 8 years ago

Thanks for this! Sure (about the whitespace, I am a bit of a slob when it comes to whitespace). Have you tested it on 2.7? I was having problems with relative imports on some of the console scripts, but not others.

dtzWill commented 8 years ago

Sorry for not responding sooner--yep I had tested it with 2.7 but not any of the other 2.x versions.

Thanks for the merge and credit! :grin: