Revision e809b989 pithos/backends/modular.py

b/pithos/backends/modular.py
923 923
    def _check_permissions(self, path, permissions):
924 924
        # raise ValueError('Bad characters in permissions')
925 925
        pass
926
        
927
        # Check for existing permissions.
928
#         paths = self.permissions.access_list(path)
929
#         if paths:
930
#             ae = AttributeError()
931
#             ae.data = paths
932
#             raise ae
933 926
    
934 927
    def _get_permissions_path(self, account, container, name):
935 928
        path = '/'.join((account, container, name))

Also available in: Unified diff