Print tutorial init message to stderr so it won't interfere with doctests.
authorW. Trevor King <wking@drexel.edu>
Wed, 11 Aug 2010 17:19:05 +0000 (13:19 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 11 Aug 2010 17:19:05 +0000 (13:19 -0400)
commit111afe6d4ab348fecb0ca5bce61a49274964e07f
tree83af35e2d428b26ec0920fcb972b25aa90c9ee26
parent6c5cbf09021e1571f7128ad7b782e5b13d79a8e1
Print tutorial init message to stderr so it won't interfere with doctests.

e.g.
  nosetests --with-doctest --doctest-tests test/curve_info.py
hooke/plugin/tutorial.py