Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #18 from gogobd/master
Browse files Browse the repository at this point in the history
Fixing concurrent import problem, issue zopefoundation/Zope#665
  • Loading branch information
gogobd committed Jul 23, 2019
2 parents fd5d840 + d859126 commit 8025f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZServer/PubCore/ZServerPublisher.py
Expand Up @@ -19,7 +19,7 @@
class ZServerPublisher(object):

def __init__(self, accept):
from ZPublisher.Publish import publish_module
from ZServer.ZPublisher.Publish import publish_module
from ZPublisher.WSGIPublisher import publish_module as publish_wsgi
while 1:
try:
Expand Down

0 comments on commit 8025f65

Please sign in to comment.