diff --git a/ccserver/conf.py b/ccserver/conf.py index 05a50cb8a83a237556ee19420257fbf05075f6a6..f3760276c5cf4c84f45b270f3a8dfec0831fa479 100644 --- a/ccserver/conf.py +++ b/ccserver/conf.py @@ -342,7 +342,6 @@ class CCConf(object): password = self._get_conf(login)['password'] conf_copy['password'] = password self._set_conf(login, conf_copy) - @writer def add_right(self, login, tql, method=None, target='allow', index=None):