[devtools] make comment (a bit) more readable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 03 Apr 2014 19:10:40 +0200
changeset 9627 91166f6fd2c9
parent 9626 90fb0623bb70
child 9628 2997f81cde19
[devtools] make comment (a bit) more readable
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: