Commit bab5bc62 authored by Jim Fulton's avatar Jim Fulton

fixed incorrect version name name.

parent a85c12d4
......@@ -25,7 +25,8 @@ Globals.opened.append(DB)
# Set up the "application" object that automagically opens
# connections
app=bobo_application=ZODB.ZApplication.ZApplicationWrapper(
DB, 'Application', OFS.Application.Application, (), 'ZopeVersion')
DB, 'Application', OFS.Application.Application, (),
Globals.VersionNameName)
# Initialize products:
c=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