From 4b42d6f50b634853539a8156147d4e5dcc157cd3 Mon Sep 17 00:00:00 2001 From: kaliko Date: Mon, 1 Aug 2011 21:35:58 +0200 Subject: [PATCH] tagging Daemon class with version string --- src/daemon.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/daemon.py b/src/daemon.py index c3ec539..9bb945f 100644 --- a/src/daemon.py +++ b/src/daemon.py @@ -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', -- 2.39.2