Christian Damken
a4f497115a
- bugfix in class comm, header(): status codes couldn't be handled - added import for include/statuscodes.py, class statuscodes to include/__init__.py - added encode_message() and decode_message() to class comm - added use of encode_message() to motd() in class comm - added more docstrings and comments in class comm - added more comments in asrc-server.py - moved pid file check and creation around in asrc-server.py for less oddness when starting the server with -n
3 lines
93 B
Python
3 lines
93 B
Python
from .argparser import argparser
|
|
from .comm import comm
|
|
from .statuscodes import statuscodes
|