]> kaliko git repositories - mpd-sima.git/blobdiff - sima/core.py
Implement "single_album" filter
[mpd-sima.git] / sima / core.py
index 08135c0da6e26ae0ecf85895db8b24914548f497..d705a6257841455058e599df2d364a2a764e0cf8 100644 (file)
@@ -2,7 +2,7 @@
 """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'
 
@@ -114,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):
         """