Skip to content

Commit

Permalink
Raise exception if run has not been overridden
Browse files Browse the repository at this point in the history
Raises the builtin NotImplementedError
  • Loading branch information
waawal committed Jul 8, 2013
1 parent e6b61d3 commit 685ddf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions daemon.py
Expand Up @@ -209,3 +209,4 @@ def run(self):
It will be called after the process has been
daemonized by start() or restart().
"""
raise NotImplementedError

0 comments on commit 685ddf7

Please sign in to comment.