예제 #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
파일: config.py 프로젝트: DamnWidget/goliat
 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)