# HG changeset patch # User Sylvain Thénault # Date 1454000569 -3600 # Node ID 881b3d9ee2b301329cfcb341093e8898bb2097e4 # Parent 76d06973776ee80b5967ca727131669d52b69bdd cleanups diff -r 76d06973776e -r 881b3d9ee2b3 devtools/testlib.py --- a/devtools/testlib.py Tue Jan 26 11:49:25 2016 +0100 +++ b/devtools/testlib.py Thu Jan 28 18:02:49 2016 +0100 @@ -308,7 +308,6 @@ """return admin session""" return self._admin_session - # XXX this doesn't need to a be classmethod anymore def _init_repo(self): """init the repository and connection to it. """ diff -r 76d06973776e -r 881b3d9ee2b3 misc/migration/postcreate.py --- a/misc/migration/postcreate.py Tue Jan 26 11:49:25 2016 +0100 +++ b/misc/migration/postcreate.py Thu Jan 28 18:02:49 2016 +0100 @@ -30,7 +30,7 @@ create_entity('CWProperty', pkey=u'system.version.%s' % cube.lower(), value=text_type(config.cube_version(cube))) -# some entities have been added before schema entities, fix the 'is' and +# some entities have been added before schema entities, add their missing 'is' and # 'is_instance_of' relations for rtype in ('is', 'is_instance_of'): sql('INSERT INTO %s_relation '