From: gidden Date: Sun, 21 Apr 2013 20:06:36 +0000 (-0500) Subject: removed confusing importation X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=refs%2Fheads%2Ftest-thw-gidden;p=swc-testing-nose.git removed confusing importation --- diff --git a/python/testing/Readme.md b/python/testing/Readme.md index 2c50dc1..06cb5aa 100644 --- a/python/testing/Readme.md +++ b/python/testing/Readme.md @@ -368,8 +368,6 @@ would - of course - start by writing the test, possibly testing a single value: ```python from nose.tools import assert_equal -from pisa import fib - def test_fib1(): obs = fib(2) exp = 1