dwkim78 / ASTRiDE

AUTOMATED STREAK DETECTION FOR ASTRONOMICAL IMAGES
MIT License
49 stars 23 forks source link

Convert to Python3 #2

Closed ralic closed 7 years ago

ralic commented 7 years ago

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

dwkim78 commented 7 years ago

Thanks, I applied the changes.