示例#1
0
文件: v1.py 项目: alexandrul/sentry
 def reset_options(self, project=None, user=None):
     from sentry.plugins.helpers import reset_options
     return reset_options(self.get_conf_key(), project, user)
示例#2
0
    def reset_options(self, project=None, user=None):
        from sentry.plugins.helpers import reset_options

        return reset_options(self.get_conf_key(), project, user)