flush= not supported until python-3.3

This commit is contained in:
Stuart D. Gathman
2016-07-26 09:58:30 -04:00
parent 76eb93223c
commit 999a446484
5 changed files with 14 additions and 9 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ class TestBase(object):
def log(self,*msg):
for i in msg: print(i,file=self.logfp,end=None)
print(file=self.logfp,flush=True)
print(file=self.logfp)
## Set a macro value.
# These are retrieved by the %milter with getsymval.