]> kaliko git repositories - python-daemon.git/commitdiff
tagging Daemon class with version string 0.2
authorkaliko <efrim@azylum.org>
Mon, 1 Aug 2011 19:35:58 +0000 (21:35 +0200)
committerkaliko <efrim@azylum.org>
Mon, 1 Aug 2011 19:35:58 +0000 (21:35 +0200)
src/daemon.py

index c3ec53919d29a5439a27f6ea2549a5c9bc17dbb5..9bb945f0ed7d1ff20625f2017487fdc4d9878f25 100644 (file)
@@ -20,6 +20,8 @@ class Daemon(object):
 
     Usage: subclass the Daemon class and override the run() method
     """
+    version = "0.2"
+
     def __init__(self, pidfile,
             stdin='/dev/null',
             stdout='/dev/null',