From a7bd7b71d852f6927b3c47e12c83c0641280ded8 Mon Sep 17 00:00:00 2001
From: Stuart Gathman <stuart@gathman.org>
Date: Sat, 4 Jul 2009 13:59:40 +0000
Subject: [PATCH] Add dummy _protocol class var.

---
 testsample.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testsample.py b/testsample.py
index 74acdaa..98ae969 100644
--- a/testsample.py
+++ b/testsample.py
@@ -7,6 +7,7 @@ import StringIO
 
 class TestMilter(sample.sampleMilter):
 
+  _protocol = 0
   def __init__(self):
     self.logfp = open("test/milter.log","a")
 
-- 
GitLab