Steve Piercy
2017-07-27 c3ca82935c6ecfbd1464e8adbf36554dff1f3b3e
docs/tutorials/wiki/src/installation/tutorial/models.py
@@ -9,6 +9,4 @@
    if 'app_root' not in zodb_root:
        app_root = MyModel()
        zodb_root['app_root'] = app_root
        import transaction
        transaction.commit()
    return zodb_root['app_root']