Home | Trees | Indices | Help |
---|
|
1 #! /usr/bin/env python 2 ''' 3 Created on Aug 18, 2010 4 5 @author: dwmclary 6 ''' 7 import sys 15 16 17 if __name__ == "__main__": 18 try: 19 import psyco 20 psyco.full() 21 except: 22 pass 23 main() 24
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Sep 14 11:23:30 2010 | http://epydoc.sourceforge.net |