diff -r b2ceb483e056 -r c714e55fbce1 cubicweb/cwctl.py --- a/cubicweb/cwctl.py Fri Nov 18 18:15:14 2016 +0100 +++ b/cubicweb/cwctl.py Thu Nov 24 15:39:52 2016 +0100 @@ -1,4 +1,4 @@ -# copyright 2003-2014 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2003-2016 LOGILAB S.A. (Paris, FRANCE), all rights reserved. # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr # # This file is part of CubicWeb. @@ -103,13 +103,6 @@ ) actionverb = None - @deprecated('[3.22] startorder is not used any more') - def ordered_instances(self): - """return list of known instances - """ - regdir = cwcfg.instances_dir() - return list_instances(regdir) - def run(self, args): """run the _method on each argument (a list of instance identifiers)