Changeset 43

Show
Ignore:
Timestamp:
02/08/08 08:47:07 (11 months ago)
Author:
mike
Message:

moving project around

Files:
1 added
2 modified

Legend:

Unmodified
Added
Removed
  • cometd.py

    r42 r43  
    55 
    66import twisted 
    7 import twisted.web2 
    87from twisted.web2 import http, resource, channel, stream, server, static, http_headers, responsecode 
    98from twisted.python import log 
  • tabled.tac

    r42 r43  
    8585clientChannels = [ r"\/poker" ] 
    8686 
    87 class PokerSubscription(cometd.ClientSubscription, BasePokerTableHandler): 
     87class PokerSubscription(cometd.ClientSubscription,BasePokerTableHandler): 
    8888    def __init__(self, channel): 
    8989        BasePokerTableHandler.__init__(self)