From: W. Trevor King Date: Fri, 20 Apr 2012 02:04:06 +0000 (-0400) Subject: Fix pgp-mime -> pgp_mime in README nosetest examples. X-Git-Tag: v0.3~5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8f7721db3ae11e2d2a3a534aaa9c4bd8f41d893a;p=pgp-mime.git Fix pgp-mime -> pgp_mime in README nosetest examples. --- diff --git a/README b/README index 7b88dd9..18fed9a 100644 --- a/README +++ b/README @@ -104,12 +104,12 @@ Testing Run the internal unit tests using nose_:: - $ nosetests --with-doctest --doctest-tests pgp-mime + $ nosetests --with-doctest --doctest-tests pgp_mime If a Python-3-version of ``nosetests`` is not the default on your system, you may need to try something like:: - $ nosetests-3.2 --with-doctest --doctest-tests pgp-mime + $ nosetests-3.2 --with-doctest --doctest-tests pgp_mime Licence =======