From defb58574d8708942482ca68ce344236cfb4ac06 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Mon, 23 Jul 2012 13:07:51 +0200 Subject: [PATCH] [entropy.cache] EntropyCacher: remove __del__ --- lib/entropy/cache.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/entropy/cache.py b/lib/entropy/cache.py index 0562d47b8..34f12d468 100644 --- a/lib/entropy/cache.py +++ b/lib/entropy/cache.py @@ -286,9 +286,6 @@ class EntropyCacher(Singleton): del massive_data[:] del massive_data - def __del__(self): - self.stop() - @staticmethod def current_directory(): """