Ensure only telnetliquidsoap has telnet responsibilities
-also added module docstrings
This commit is contained in:
parent
888e6db812
commit
060980d8c6
13 changed files with 303 additions and 389 deletions
|
@ -1,4 +1,14 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
schedule.pypofile
|
||||
~~~~~~~~~
|
||||
|
||||
This module is directly responsible for pre-caching a list of files
|
||||
scheduled in the near future.
|
||||
|
||||
:author: (c) 2012 by Martin Konecny.
|
||||
:license: GPLv3, see LICENSE for more details.
|
||||
"""
|
||||
|
||||
from threading import Thread
|
||||
from Queue import Empty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue