示例#1
0
    def __init__(self, env, start_response):
        MementoProxy.__init__(self)
        self._env = env
        self._start_response = start_response

        self.hosts = [
                    'www.wowwiki.com',
                    'en.memory-alpha.org',
                    'wiki.ffxiclopedia.org',
                    'www.jedipedia.de'
        ]
示例#2
0
 def __init__(self, env, start_response):
     MementoProxy.__init__(self)
     self._env = env
     self._start_response = start_response
 def __init__(self, env, start_response):
     MementoProxy.__init__(self)
     self._env = env
     self._start_response = start_response