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:
parent
f0c9fd92a9
commit
ac75505897
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
Loading…
Add table
Reference in a new issue