devtools/testlib.py
branchstable
changeset 4681 5f72584ab1d7
parent 4523 d8127c2bd6b5
child 4689 4eb1f4490538
--- a/devtools/testlib.py	Wed Feb 24 10:56:47 2010 +0100
+++ b/devtools/testlib.py	Wed Feb 24 11:04:28 2010 +0100
@@ -71,8 +71,8 @@
     as key with their version as value, including cubicweb version. This is a
     public method, not requiring a session id.
 
-    replace Repository.get_versions by this method if you don't want versions
-    checking
+    replace Repository.get_versions by this method if you want to get versions
+    from code instead of from the database
     """
     vcconf = {'cubicweb': self.config.cubicweb_version()}
     self.config.bootstrap_cubes()