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)
commitf89373bc6fa939b902e7bdfecfafb054609f121d
tree2d8d053a613e87af4934baaa1763abc806222323
parent0c794887e526ca5cfc0ddfd9820b79275d958e81
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