X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=sima%2Fcore.py;h=d705a6257841455058e599df2d364a2a764e0cf8;hb=ad6abade7a1da313f9ef36494d38a3a927a5aee2;hp=7decbb242d84dab536037ae7ade66229345434cc;hpb=cd78ebfec21926f231f7b5f1430d31baee4b60c4;p=mpd-sima.git diff --git a/sima/core.py b/sima/core.py index 7decbb2..d705a62 100644 --- a/sima/core.py +++ b/sima/core.py @@ -2,11 +2,10 @@ """Core Object dealing with plugins and player client """ -__version__ = '0.12.0.b' +__version__ = '0.12.0pr1' __author__ = 'kaliko jack' __url__ = 'git://git.kaliko.me/sima.git' -import random import sys import time @@ -115,7 +114,6 @@ class Sima(Daemon): self.log.info('The way is shut, it was made by those who are dead. ' 'And the dead keep it…') self.log.info('bye...') - sys.exit(0) def run(self): """