Commit 7927d85f authored by 's avatar

merge from 2.3

parent 6187db1c
......@@ -470,8 +470,12 @@ def initializeProduct(productp, name, home, app):
{'label':'README', 'action':'manage_readme'},
)
if os.environ.get('ZEO_CLIENT',''): get_transaction().abort()
if os.environ.get('ZEO_CLIENT',''):
get_transaction().abort()
return product
# Give the ZClass fixup code in Application
Globals.__disk_product_installed__=1
return product
def ihasattr(o, name):
......
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