Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
14
for
tabled.py
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
02/03/08 20:33:23 (
4 years
ago)
Author:
mike
Message:
Will make it through one hand now
Files:
1 modified
tabled.py
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
tabled.py
r13
r14
21
21
22
22
def sendMessage(self, data):
23
self.sendString( cjson.encode(
24
data) )
23
try:
24
self.sendString( cjson.encode(
25
data) )
26
except cjson.EncodeError,e:
27
print data
28
print e
25
29
d = defer.Deferred()
26
30
d.addCallback(self.sendMessage)
Download in other formats:
Unified Diff
Zip Archive