Commit 09bbce4e authored by Stefan H. Holek's avatar Stefan H. Holek

Unfsck the Zope2 package. Something went wrong here recently.

The configure method *must* be present in the Zope2 namespace.
parent b9778d64
......@@ -57,7 +57,7 @@ def debug(*args, **kw):
import ZPublisher
return ZPublisher.test('Zope', *args, **kw)
from Zope2.Startup.run import configure
def _configure():
# Load configuration file from (optional) environment variable
......@@ -80,3 +80,4 @@ import os
if os.environ.get('ZOPE_COMPATIBLE_STARTUP'):
# Open the database immediately (see comment above).
startup()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment