photo / import

Import tool companion for all of the export tools
http://theopenphotoproject.org
Apache License 2.0
16 stars 11 forks source link

Flush output when displaying status #5

Closed samatjain closed 12 years ago

samatjain commented 12 years ago

Use sys.stdout.flush() to flush output when displaying status. Fixes issue #2.

In the medium to long term (i.e. before turning this into a server-side service) , however, we should switch to Python's logging module (which will make flushing output difficult).