--- 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: