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

« back to all changes in this revision

Viewing changes to fail2ban/tests/datedetectortestcase.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:
32
32
from ..server.datetemplate import DateTemplate
33
33
from .utils import setUpMyTime, tearDownMyTime
34
34
 
 
35
 
35
36
class DateDetectorTest(unittest.TestCase):
36
37
 
37
38
        def setUp(self):