Commit e1be0ceb authored by Chris McDonough's avatar Chris McDonough

Remove a useless assignment.

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