removed confusing importation test-thw-gidden
authorgidden <matthew.gidden@gmail.com>
Sun, 21 Apr 2013 20:06:36 +0000 (15:06 -0500)
committerW. Trevor King <wking@tremily.us>
Fri, 1 Nov 2013 16:40:01 +0000 (09:40 -0700)
python/testing/Readme.md

index 2c50dc1114b5a6eeb6d8fe3a1a8f945fca9e400c..06cb5aa9c8c0bb030460ff76e66b29d7462fd4b0 100644 (file)
@@ -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