1
0
Fork 0
mirror of https://github.com/YunoHost/moulinette.git synced 2024-09-03 20:06:31 +02:00

[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