Changeset 37 for cometd.py

Show
Ignore:
Timestamp:
02/06/08 20:39:26 (4 years ago)
Author:
mike
Message:

got cometd to work!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cometd.py

    r36 r37  
    304304 
    305305                                self.stream.write( 
     306                                        self.ctypeProps["envelope"] % ( 
    306307                                                simplejson.dumps(self.backlog), 
     308                                        ) 
    307309                                ) 
    308310