Release 0.8.3

This commit is contained in:
Stuart Gathman
2005-10-12 16:36:30 +00:00
parent ace3e13685
commit ea82d6d608
8 changed files with 276 additions and 13 deletions
+2 -1
View File
@@ -300,4 +300,5 @@ if __name__ == '__main__':
fp = milter._body
sys.stdout.write(fp.getvalue())
else:
unittest.main()
#unittest.main()
unittest.TextTestRunner().run(suite())