summaryrefslogtreecommitdiffstats
path: root/ports.py
Commit message (Collapse)AuthorAgeFilesLines
* Adds a close method to modules that needs to be implemented somehowYaakov M. Nemoy2008-10-051-1/+3
| | | | This lets you put code on the end of the lifecycle of a Module object.
* Added missing importYaakov M. Nemoy2008-10-021-1/+1
|
* Breaks everything up into seperate files.Yaakov Nemoy2008-10-011-4/+1
| | | | 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.
* Added command line tool to access the same modulesYaakov Nemoy2008-09-281-0/+17
|
* Make the shell functions a bit more modular for scriptingYaakov Nemoy2008-09-281-0/+20