Run the Zope3 Publisher using Twisted's HTTP server.
Imported modules
|
|
from Zope.Publisher.HTTP.HTTPRequest import HTTPRequest
from Zope.Publisher.HTTP.HTTPResponse import HTTPResponse
from Zope.Publisher.Publish import publish
import string
from twisted.internet import reactor, threadtask, main
from twisted.protocols import protocol, http
from twisted.python import log
|
Classes
|
|
|
|