summaryrefslogtreecommitdiff
path: root/tests/mytest.py
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2017-02-20 17:41:03 +0000
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2017-02-20 17:41:03 +0000
commitaacf9ed52e654eb68717d1a1a971956829751a59 (patch)
tree5f73358b73d8df1bdbb791c00e00c09ee471170e /tests/mytest.py
parent469b1d89217b4b1307c71c92f88688cb2f2600aa (diff)
downloadlogutils-aacf9ed52e654eb68717d1a1a971956829751a59.tar.gz
Changes for 0.3.4.
Diffstat (limited to 'tests/mytest.py')
-rw-r--r--tests/mytest.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/mytest.py b/tests/mytest.py
index 1c3fdd6..a5f40d3 100644
--- a/tests/mytest.py
+++ b/tests/mytest.py
@@ -5,5 +5,3 @@ from logutils.testing import TestHandler, Matcher
class MyTestHandler(TestHandler):
def __init__(self):
TestHandler.__init__(self, Matcher())
-
-