Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated license. | Yaakov M. Nemoy | 2008-12-30 | 1 | -1/+20 |
| | |||||
* | Added exception for bad function call. | Yaakov M. Nemoy | 2008-10-02 | 1 | -0/+5 |
| | | | | We can use this to deliver *good* inforamtion to the user what went wrong, and how to rectify it if possible. | ||||
* | Breaks everything up into seperate files. | Yaakov Nemoy | 2008-10-01 | 1 | -0/+4 |
I had a problem where having Module in the local namespace was not the same as having Module in the non local namespace (via an import). Somehow breaking it down this way seemed simpler. |