From 8850c12864f541ed9d83b9ea33e481d1c9aaf075 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 13 Jul 2010 20:25:30 +0100 Subject: [PATCH] remove comment and count --- jsonapp.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) -- 2.30.2