Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Mar 28, 2012
1 parent e4fb606 commit 13fd350
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyramid_zodbconn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ def get_connection(request, dbname=None):
# a request. during paster shell, paster ptweens, etc, the router is
# never invoked

# if this all looks very strange to you, please read:
# http://svn.zope.org/ZODB/trunk/src/ZODB/tests/multidb.txt?rev=99605&view=markup

registry = request.registry

primary_conn = getattr(request, '_primary_zodb_conn', None)
Expand Down

0 comments on commit 13fd350

Please sign in to comment.