cubicweb/cwctl.py
changeset 11867 c714e55fbce1
parent 11767 432f87a63057
child 11870 3a84a79c4ed5
--- 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 <command>_method on each argument (a list of instance
         identifiers)