ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/WEBTOOLS/cmsWeb.py
Revision: 1.1
Committed: Mon Mar 12 10:39:07 2007 UTC (18 years, 1 month ago) by eulisse
Content type: text/x-python
Branch: MAIN
Log Message:
First added to repository.

File Contents

# User Rev Content
1 eulisse 1.1 #!/usr/bin/env python
2     from Framework import BonsaiServer
3    
4     if __name__ == '__main__':
5     app = BonsaiServer (socket_port=8030)
6     app.start ()