Revision d1e7d2b4 snf-pithos-app/pithos/api/swiss_army/__init__.py

b/snf-pithos-app/pithos/api/swiss_army/__init__.py
56 56
        self.backend.close()
57 57

  
58 58
    def existing_accounts(self):
59
        return self.backend.node.node_accounts()
59
        return sorted([path for path, _ in self.backend.node.node_accounts()])
60 60

  
61 61
    def duplicate_accounts(self):
62 62
        accounts = self.existing_accounts()

Also available in: Unified diff