Beginning to rewrite Hooke to decouple from GUI.
authorW. Trevor King <wking@drexel.edu>
Thu, 6 May 2010 11:27:59 +0000 (07:27 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 6 May 2010 11:27:59 +0000 (07:27 -0400)
commit676be70ebc00b0ae33fbe237f9a67525c553aa5b
tree311e2c47952ade35727789973ffbc7241a8b76bd
parentdefc6247d72ec6507df5d408ca82a34388edec0d
Beginning to rewrite Hooke to decouple from GUI.

This commit:
  * Started documenting with reStructuredText (for later use by Sphinx)
  * Added hooke.config module to handle configure files (via ConfigParser)
  * Added hooke.compat module to hold compatibility code
    (e.g. workarounds to allow Hooke to work on older Python versions).
  * Added config input/output to hooke.hooke.Hooke.
  * Stubbed out driver/plugin initialization in Hooke
hooke/compat/odict.py [new file with mode: 0644]
hooke/config.py
hooke/hooke.py