agoragames / kairos

Python module for time series data in Redis and Mongo
BSD 3-Clause "New" or "Revised" License
207 stars 38 forks source link

replaced print statements with warnings #40

Closed mikluko closed 10 years ago

mikluko commented 10 years ago

Print statements are pretty ugly and uncontrollable. On the other hand warnings may be muted or intercepted by logging system.

awestendorf commented 10 years ago

thanks :thumbsup:

fermayo commented 10 years ago

:+1: