support deinit

This commit is contained in:
Romain Bignon 2010-08-03 20:15:45 +02:00
commit 9ff2f70284
3 changed files with 41 additions and 9 deletions

View file

@ -130,6 +130,12 @@ class BaseBackend(object):
self.storage = BackendStorage(self.name, storage)
self.storage.load(self.STORAGE)
def deinit(self):
"""
This abstract method is called when the backend is unloaded.
"""
pass
@property
def browser(self):
"""