diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-03-26 17:47:18 +0000 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-03-26 17:47:18 +0000 |
commit | b8a2d3b78886126ece422c3141d7bce92e67c65c (patch) | |
tree | 4758904845d4d773155428cf66892732e5c94221 /kolabd | |
parent | aa668ab1bc93254dd03f22bbd85736992dbaa07c (diff) | |
download | pykolab-b8a2d3b78886126ece422c3141d7bce92e67c65c.tar.gz |
Increase documentation but primarily write out TODOs
Diffstat (limited to 'kolabd')
-rw-r--r-- | kolabd/__init__.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kolabd/__init__.py b/kolabd/__init__.py index 86210cc..eb12373 100644 --- a/kolabd/__init__.py +++ b/kolabd/__init__.py @@ -16,6 +16,13 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # +""" + The Kolab daemon. + + TODO: Write a pid file, check the pid file has a valid pid, and + consider providing an option to specify the pid file path. +""" + from optparse import OptionParser from ConfigParser import SafeConfigParser |