From 0a041c2509e4e7963da65d2d688e432ed3f8cfcb Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Wed, 11 May 2011 10:48:39 +0100 Subject: [PATCH] python -m doesnt work for python < 2.7 --- docs/contribute.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contribute.rst b/docs/contribute.rst index 010b24a3..02af695f 100644 --- a/docs/contribute.rst +++ b/docs/contribute.rst @@ -36,4 +36,4 @@ the feature you are working on or the bug you're fixing. The tests leaves under "pelican/tests" and you can run them using the "discover" feature of unittest2:: - python -m unittest2 discover + $ unit2 discover