Commit df9f03ed authored by Jim Fulton's avatar Jim Fulton

Moved ZApplication from ZODB to the App package.

parent c070bd29
...@@ -32,7 +32,7 @@ import OFS.Application ...@@ -32,7 +32,7 @@ import OFS.Application
import os import os
import sys import sys
import ZODB import ZODB
import ZODB.ZApplication import App.ZApplication
import Zope2 import Zope2
import ZPublisher import ZPublisher
...@@ -85,7 +85,7 @@ def startup(): ...@@ -85,7 +85,7 @@ def startup():
# Set up the "app" object that automagically opens # Set up the "app" object that automagically opens
# connections # connections
app = ZODB.ZApplication.ZApplicationWrapper( app = App.ZApplication.ZApplicationWrapper(
DB, 'Application', OFS.Application.Application, (), DB, 'Application', OFS.Application.Application, (),
Globals.VersionNameName) Globals.VersionNameName)
Zope2.bobo_application = app Zope2.bobo_application = app
......
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