[entropy.client.interfaces.client] never stop EntropyCacher on Client.destroy()

This commit is contained in:
Fabio Erculiani
2009-07-26 12:14:29 +02:00
parent 85303d02cf
commit 3fdeebbcd1
@@ -586,8 +586,6 @@ class Client(Singleton, TextInterface, LoadersMixin, CacheMixin, CalculatorsMixi
del self.FileUpdates
if hasattr(self,'clientLog'):
self.clientLog.close()
if hasattr(self,'Cacher'):
self.Cacher.stop()
if hasattr(self,'SystemSettings') and \
hasattr(self,'sys_settings_client_plugin_id'):