Fix dkim.fold()

This commit is contained in:
Stuart D. Gathman
2011-06-17 12:57:50 -04:00
parent 21c9810c3f
commit 1fa37e02a8
3 changed files with 21 additions and 3 deletions
+4
View File
@@ -25,6 +25,10 @@ TESTING
To run pydkim's test suite:
PYTHONPATH=. python dkim
or
python test.py
or
PYTHONPATH=. python -m unittest dkim.tests.test_suite
Alternatively, if you have testrepository installed: