# HG changeset patch # User Sylvain Thénault # Date 1396545040 -7200 # Node ID 91166f6fd2c9520545a32cfa6a9944fc01b332e7 # Parent 90fb0623bb7009e435eae5608c3077a9b5192572 [devtools] make comment (a bit) more readable diff -r 90fb0623bb70 -r 91166f6fd2c9 devtools/testlib.py --- a/devtools/testlib.py Wed Apr 02 16:09:09 2014 +0200 +++ b/devtools/testlib.py Thu Apr 03 19:10:40 2014 +0200 @@ -335,8 +335,9 @@ session = self._current_session if session is None: session = self._admin_session - # bypassing all sanity to use the same repo cnx in the session we - # can't call set_cnx as the Connection is not managed by the + # bypassing all sanity to use the same repo cnx in the session + # + # we can't call set_cnx as the Connection is not managed by the # session. session._Session__threaddata.cnx = self._admin_clt_cnx._cnx else: