Changeset 277 for trunk/examples.tac
- Timestamp:
- 01/19/07 12:27:07 (2 years ago)
- Files:
-
- trunk/examples.tac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/examples.tac
r196 r277 4 4 5 5 application = service.Application('examples') 6 service = internet.TCPServer(8000, main.makeSite( application))6 service = internet.TCPServer(8000, main.makeSite()) 7 7 service.setServiceParent(application) 8 8
