~ubuntu-branches/ubuntu/wily/fail2ban/wily-proposed

« back to all changes in this revision

Viewing changes to fail2ban/tests/files/action.d/action_checkainfo.py

  • Committer: Package Import Robot
  • Author(s): Yaroslav Halchenko
  • Date: 2015-07-31 21:34:10 UTC
  • mfrom: (1.2.13)
  • Revision ID: package-import@ubuntu.com-20150731213410-928fao1ss71tv5zt
Tags: 0.9.3-1
* Fresh upstream release
* debian/control -- adjusted description to mention what Recommends
  and Suggests are good for (Closes: #767114)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
from fail2ban.server.action import ActionBase
3
3
 
 
4
 
4
5
class TestAction(ActionBase):
5
6
 
6
7
    def ban(self, aInfo):