Revision 1c50a9e5

b/pithos/backends/base.py
138 138
        """
139 139
        return
140 140
    
141
    def put_account(self, user, account, policy=None):
141
    def put_account(self, user, account, policy={}):
142 142
        """Create a new account with the given name.
143 143
        
144 144
        Raises:
......
237 237
        """
238 238
        return
239 239
    
240
    def put_container(self, user, account, container, policy=None):
240
    def put_container(self, user, account, container, policy={}):
241 241
        """Create a new container with the given name.
242 242
        
243 243
        Raises:

Also available in: Unified diff