Commit e1be0ceb authored by Chris McDonough's avatar Chris McDonough

Remove a useless assignment.

parent 6d7aec09
......@@ -39,8 +39,6 @@ import ZPublisher
def startup():
global ZODB, app
Globals.BobobaseName = os.path.join(getConfiguration().clienthome,
'Data.fs')
Globals.DatabaseVersion='3'
# Import products
......@@ -90,7 +88,7 @@ def startup():
Globals.VersionNameName)
Zope.bobo_application = app
# Initialize products:
# Initialize the app object
application = app()
OFS.Application.initialize(application)
if Globals.DevelopmentMode:
......
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