# HG changeset patch # User Jeff Hammel # Date 1354417978 28800 # Node ID 88f5bab340a130513c6f89fe2be7411bdccd390c # Parent e70421c50d0a808f7dbe2ef9dbc10b06e1570848 make this slightly less sucky diff -r e70421c50d0a -r 88f5bab340a1 makeitso/python_module/tests/doctest.txt --- a/makeitso/python_module/tests/doctest.txt Sat Dec 01 19:01:18 2012 -0800 +++ b/makeitso/python_module/tests/doctest.txt Sat Dec 01 19:12:58 2012 -0800 @@ -3,7 +3,7 @@ The obligatory imports: - >>> import {{package}} + >>> import {{module}} Run some tests. This test will fail, please fix it: diff -r e70421c50d0a -r 88f5bab340a1 makeitso/python_module/{{module}}.py --- a/makeitso/python_module/{{module}}.py Sat Dec 01 19:01:18 2012 -0800 +++ b/makeitso/python_module/{{module}}.py Sat Dec 01 19:12:58 2012 -0800 @@ -2,6 +2,7 @@ """ {{module}} +{{description}} """ import sys