lower case header field names in add_frozen, update docs.

This commit is contained in:
Stuart D. Gathman
2011-07-18 14:01:54 -04:00
parent 3018a845b4
commit 3aff9a0ec6
2 changed files with 16 additions and 9 deletions
+3
View File
@@ -1,4 +1,7 @@
import unittest
import doctest
import dkim
from dkim.tests import test_suite
doctest.testmod(dkim)
unittest.TextTestRunner().run(test_suite())