]> kaliko git repositories - python-daemon.git/blobdiff - seth.py
Add setup.py and moved to seth namespace :)
[python-daemon.git] / seth.py
similarity index 98%
rename from src/daemon.py
rename to seth.py
index 96cde84e9ec3a043dd49f3b557a28e56b5c438b8..cfc5ed421ed1fb235c361ad385cd6eda63ab499d 100644 (file)
+++ b/seth.py
@@ -3,7 +3,7 @@
 # Public Domain
 #
 # Copyright 2007, 2009 Sander Marechal <s.marechal@jejik.com>
-# Copyright 2010, 2011, 2012 Jack Kaliko <efrim@azylum.org>
+# Copyright 2010, 2011, 2012 Jack Kaliko <kaliko@azylum.org>
 #
 # http://www.jejik.com/articles/2007/02/a_simple_unix_linux_daemon_in_python/
 
@@ -20,7 +20,7 @@ class Daemon(object):
 
     Usage: subclass the Daemon class and override the run() method
     """
-    version = "0.4"
+    version = "0.5"
 
     def __init__(self, pidfile,
             stdin='/dev/null',