[code.view]

[top] / python / PyMOTW / trace / trace_example / main.py

     #!/usr/bin/env python
     # encoding: utf-8
     #
     # Copyright (c) 2008 Doug Hellmann All rights reserved.
     #
     """
     """
     
     #__version__ = "$Id$"
     #end_pymotw_header
     
     from recurse import recurse
     
     def main():
         print 'This is the main program.'
         recurse(2)
         return
     
     if __name__ == '__main__':
         main()
     

[top] / python / PyMOTW / trace / trace_example / main.py

contact | logmethods.com