Ensure only telnetliquidsoap has telnet responsibilities

-also added module docstrings
This commit is contained in:
Martin Konecny 2013-05-16 16:19:00 -04:00
parent 888e6db812
commit 060980d8c6
13 changed files with 303 additions and 389 deletions

View file

@ -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