bastibe / PySoundCard

PySoundCard is an audio library based on PortAudio, CFFI and NumPy
BSD 3-Clause "New" or "Revised" License
87 stars 9 forks source link

Rename continue_flag to CONTINUE #36

Open mgeier opened 9 years ago

mgeier commented 9 years ago

Same for complete_flag -> COMPLETE and abort_flag -> ABORT.

I think it's much more Pythonic to use uppercase for module constants.

In user code it would normally look like this: pa.CONTINUE.

bastibe commented 9 years ago

good idea