Skip to content

Commit

Permalink
Some name changes for clarity.
Browse files Browse the repository at this point in the history
  • Loading branch information
strichter committed Apr 19, 2005
1 parent 26dfc99 commit bb2fd75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions http.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ def createHTTPFactory(db):
https = SSLServerType(createHTTPFactory, 8443)


def createHTTPFactory(db):
def createPMHTTPFactory(db):
resource = twisted.web2.wsgi.WSGIResource(
wsgi.PMDBWSGIPublisherApplication(db))

return twisted.web2.server.Site(resource)

pmhttp = ServerType(createHTTPFactory, 8080)
pmhttp = ServerType(createPMHTTPFactory, 8080)


0 comments on commit bb2fd75

Please sign in to comment.