comparison src/memory/memory.py @ 1199:96fb74a4714d

misc: fixed some typos
author Matteo Cypriani <mcy@lm7.fr>
date Mon, 15 Sep 2014 14:18:25 +0200
parents dace0ede919c
children 628e320eab1f
comparison
equal deleted inserted replaced
1198:16ce9a6580a3 1199:96fb74a4714d
181 log.warning(_("A database has been found in the default local_dir for previous versions (< 0.5)")) 181 log.warning(_("A database has been found in the default local_dir for previous versions (< 0.5)"))
182 tools_config.fixConfigOption('', 'local_dir', old_default, silent) 182 tools_config.fixConfigOption('', 'local_dir', old_default, silent)
183 183
184 184
185 class Memory(object): 185 class Memory(object):
186 """This class manage all persistent informations""" 186 """This class manage all the persistent information"""
187 187
188 def __init__(self, host): 188 def __init__(self, host):
189 log.info(_("Memory manager init")) 189 log.info(_("Memory manager init"))
190 self.initialized = defer.Deferred() 190 self.initialized = defer.Deferred()
191 self.host = host 191 self.host = host