remove comment and count
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 13 Jul 2010 19:25:30 +0000 (20:25 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 13 Jul 2010 19:25:30 +0000 (20:25 +0100)
jsonapp.py

index 92f13e1b944070319ae2c78f4d8d165757636131..12781ba43447aa079ebd40116eb0f56d0636b6cc 100644 (file)
@@ -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)