示例#1
0
 def __init__(self, options=dict()):
     Borg.__init__(self)
     self._options=Apply(self._options, options)
     # Create the system template if is not present already
     if 'Goliat' not in self._domains:
         self.register_domain(
             'Goliat', get_sys_templates_path(), quoting="str")
示例#2
0
 def __init__(self, options=dict()):
     Borg.__init__(self)
     self._options = Apply(self._options, options)
     # Create the system template if is not present already
     if 'Goliat' not in self._domains:
         self.register_domain('Goliat',
                              get_sys_templates_path(),
                              quoting="str")
示例#3
0
 def __init__(self):
     Borg.__init__(self)
示例#4
0
 def __init__(self, application):
     Borg.__init__(self)
     self._application=application
     self._startDate=http.datetimeToString()
示例#5
0
 def __init__(self, application):
     Borg.__init__(self)
     self._application = application
     self._startDate = http.datetimeToString()
示例#6
0
 def __init__(self):
     Borg.__init__(self)