Revision a9b3f29d pithos/backends/base.py

b/pithos/backends/base.py
102 102
        """
103 103
        return
104 104
    
105
    def put_account(self, user, account):
106
        """Create a new account with the given name.
107
        
108
        Raises:
109
            NotAllowedError: Operation not permitted
110
        """
111
        return
112
    
105 113
    def delete_account(self, user, account):
106 114
        """Delete the account with the given name.
107 115
        

Also available in: Unified diff