Revision 2c2513fc snf-pithos-backend/pithos/backends/modular.py

b/snf-pithos-backend/pithos/backends/modular.py
763 763
        paths = [x[len(cont_prefix):] for x in paths]
764 764
        objects = [(p,) + props for p, props in
765 765
                   zip(paths, self.node.version_lookup_bulk(
766
                       nodes, all_props=all_props))]
766
                       nodes, all_props=all_props, order_by_path=True))]
767 767
        return objects
768 768

  
769 769
    def _list_objects_no_limit(self, user, account, container, prefix,

Also available in: Unified diff