Example #1
0
 def __init__(self, request=None, response=None):
     self.initialize(request, response)
     self.error_msg = ''
     try:
         self.dictionary = Dictionary.create_default()
     except Exception, e:
         self.error_msg += Exceptions.print_exception(e)
Example #2
0
 def __init__(self, request=None, response=None):
     self.initialize(request, response)
     self.error_msg = ''
     try:
         self.dictionary = Dictionary.create_default()
     except Exception, e:
         self.error_msg += Exceptions.print_exception(e)