Removed hooke.hooke.TestHooke.
authorW. Trevor King <wking@drexel.edu>
Wed, 12 May 2010 15:23:03 +0000 (11:23 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 12 May 2010 15:23:03 +0000 (11:23 -0400)
commit95839299461c0472b75f1cb9b8ba0ca582806e60
tree2d8d053a613e87af4934baaa1763abc806222323
parent9f05b0e1e2855a78a560473f3414d69ac898005b
Removed hooke.hooke.TestHooke.

I couldn't find a flexible enough equality comparison between the two
Hooke instances.  It doesn't seem worth it to add .__eq__ or .__cmp__
methods to all of my classes just to test Queue-proof-ness.  Maybe I'm
just lazy...  Anyhow, the original problem case now works:

  $echo 'debug' | python bin/hooke
  This is Hooke, version 0.9.0.devel (Kenzo)

  COPYRIGHT
  ----
  hooke> <hooke.hooke.Hooke object at 0xb6a0bcac>
  Success
  ...
hooke/hooke.py