summaryrefslogtreecommitdiffstats
path: root/base/module.py
Commit message (Collapse)AuthorAgeFilesLines
* Random bugfixesYaakov M. Nemoy2009-01-151-0/+7
| | | | | | | | | makes it work gets rid of _type madness fixes imports fixes random function signatures inserts a bloody stupid easter egg hack floats on a wooden raft
* major refactoring to do better generic directoriesYaakov M. Nemoy2009-01-031-1/+0
|
* Updated license.Yaakov M. Nemoy2008-12-301-0/+18
|
* Adds a close method to modules that needs to be implemented somehowYaakov M. Nemoy2008-10-051-0/+2
| | | | This lets you put code on the end of the lifecycle of a Module object.
* Breaks everything up into seperate files.Yaakov Nemoy2008-10-011-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.