Changeset 43
- Timestamp:
- 02/08/08 08:47:07 (11 months ago)
- Files:
-
- 1 added
- 2 modified
-
cometd.py (modified) (1 diff)
-
dpoker (added)
-
tabled.tac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cometd.py
r42 r43 5 5 6 6 import twisted 7 import twisted.web28 7 from twisted.web2 import http, resource, channel, stream, server, static, http_headers, responsecode 9 8 from twisted.python import log -
tabled.tac
r42 r43 85 85 clientChannels = [ r"\/poker" ] 86 86 87 class PokerSubscription(cometd.ClientSubscription, BasePokerTableHandler):87 class PokerSubscription(cometd.ClientSubscription,BasePokerTableHandler): 88 88 def __init__(self, channel): 89 89 BasePokerTableHandler.__init__(self)
