projects
/
multitaskhttpd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7dc1d1
)
remove comment and count
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 13 Jul 2010 19:25:30 +0000
(20:25 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 13 Jul 2010 19:25:30 +0000
(20:25 +0100)
jsonapp.py
patch
|
blob
|
history
diff --git
a/jsonapp.py
b/jsonapp.py
index 92f13e1b944070319ae2c78f4d8d165757636131..12781ba43447aa079ebd40116eb0f56d0636b6cc 100644
(file)
--- a/
jsonapp.py
+++ b/
jsonapp.py
@@
-4,8
+4,7
@@
from SimpleJSONRPCServer import SimpleJSONRPCRequestHandler
from httpd import HTTPServer, App, BaseApp
class MyApp(SimpleJSONRPCRequestHandler, BaseApp):
- '''An application instance containing any number of streams. Except for constructor all methods are generators.'''
- count = 0
+
def __init__(self):
BaseApp.__init__(self)
SimpleJSONRPCRequestHandler.__init__(self)