[fix] Move helpers.py to utils folder

This commit is contained in:
Jérôme Lebleu 2014-12-29 18:38:06 +01:00
parent f0c9fd92a9
commit ac75505897

View file

@ -1,8 +1,9 @@
# -*- coding: utf-8 -*-
from threading import Thread
from Queue import Queue, Empty
# Read from a stream ---------------------------------------------------
class NonBlockingStreamReader:
"""A non-blocking stream reader