cc-4105: added locale configuration attempt to beginning of mm2
This commit is contained in:
parent
c5bc6a85d2
commit
6fd1dff60a
4 changed files with 39 additions and 13 deletions
|
@ -7,7 +7,6 @@ logging.basicConfig(filename='/home/rudi/throwaway/mm2.log', level=logging.DEBUG
|
|||
|
||||
class Loggable(object):
|
||||
__metaclass__ = abc.ABCMeta
|
||||
# TODO : replace this boilerplate with LazyProperty
|
||||
@LazyProperty
|
||||
def logger(self):
|
||||
# TODO : Clean this up
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue