comparison src/memory/memory.py @ 679:59c9a7ff903d

wix, misc: use picture of dimension 32x32 for tray icon + better PEP-8 compliance
author souliane <souliane@mailoo.org>
date Tue, 22 Oct 2013 09:41:27 +0200
parents 9a50aa7feefb
children 04aabc3f2684
comparison
equal deleted inserted replaced
678:a630b94280d5 679:59c9a7ff903d
32 from sat.memory.persistent import PersistentDict 32 from sat.memory.persistent import PersistentDict
33 from sat.core import exceptions 33 from sat.core import exceptions
34 34
35 SAVEFILE_DATABASE = "/sat.db" 35 SAVEFILE_DATABASE = "/sat.db"
36 NO_SECURITY_LIMIT = -1 36 NO_SECURITY_LIMIT = -1
37
37 38
38 class Params(object): 39 class Params(object):
39 """This class manage parameters with xml""" 40 """This class manage parameters with xml"""
40 ### TODO: add desciption in params 41 ### TODO: add desciption in params
41 42