Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/topic/bbannier/py311-abstract-me…
Browse files Browse the repository at this point in the history
…thod'
  • Loading branch information
bbannier committed May 23, 2024
2 parents 55a93dd + 3163558 commit 07d19da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ def name(self):
def contentdir(self):
return os.path.join("features", self.name())

def validate(self, tmpl):
pass


class SpicyAnalyzer(zeekpkg.template.Feature):
"""Base class for Spicy-based analyzers."""
Expand Down

0 comments on commit 07d19da

Please sign in to comment.