Skip to content
Snippets Groups Projects
Commit a7bd7b71 authored by Stuart Gathman's avatar Stuart Gathman
Browse files

Add dummy _protocol class var.

parent 939fc61d
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ import StringIO ...@@ -7,6 +7,7 @@ import StringIO
class TestMilter(sample.sampleMilter): class TestMilter(sample.sampleMilter):
_protocol = 0
def __init__(self): def __init__(self):
self.logfp = open("test/milter.log","a") self.logfp = open("test/milter.log","a")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment