From: Luke Kenneth Casson Leighton Date: Tue, 13 Jul 2010 19:25:30 +0000 (+0100) Subject: remove comment and count X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8850c12864f541ed9d83b9ea33e481d1c9aaf075;p=multitaskhttpd.git remove comment and count --- diff --git a/jsonapp.py b/jsonapp.py index 92f13e1..12781ba 100644 --- 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)