Revision d14fe290 pithos/backends/base.py

b/pithos/backends/base.py
55 55
        'default_policy': A dictionary with default policy settings
56 56
    """
57 57
    
58
    def close(self):
59
        """Close the backend connection."""
60
        pass
61
    
58 62
    def list_accounts(self, user, marker=None, limit=10000):
59 63
        """Return a list of accounts the user can access.
60 64
        

Also available in: Unified diff