Renamed bin/hooke -> bin/hk.py.
authorW. Trevor King <wking@drexel.edu>
Sat, 14 Aug 2010 07:50:55 +0000 (03:50 -0400)
committerW. Trevor King <wking@drexel.edu>
Sat, 14 Aug 2010 07:50:55 +0000 (03:50 -0400)
commit5d9fcf796a99252914c436f8f4059ef0deadfd1f
tree689ce0b0bb9be4db46592e48b1660d066cd10680
parenta078c0a31187b85ce426eba9e1745d179ad8ed02
Renamed bin/hooke -> bin/hk.py.

This fixes amantedpaz' crash from
  http://code.google.com/p/hooke/issues/detail?id=40#c17
It turned out to not be related to issue8534, as I'd originally thought.

The crash looked like:
  C:\hooke>c:\python26\python bin/hooke
  ...
  Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "c:\python26\lib\multiprocessing\forking.py", line 341, in main
      prepare(preparation_data)
    File "c:\python26\lib\multiprocessing\forking.py", line 450, in prepare
      file, path_name, etc = imp.find_module(main_name, dirs)
  ImportError: No module named hooke
  ...
bin/hk.py [moved from bin/hooke with 100% similarity]
doc/install.txt
doc/tutorial.txt