Parent name corrected
authorStas Shtin <antisvin@gmail.com>
Wed, 14 Apr 2010 17:19:58 +0000 (21:19 +0400)
committerStas Shtin <antisvin@gmail.com>
Wed, 14 Apr 2010 17:19:58 +0000 (21:19 +0400)
src/ipypbx/http.py

index 15cb0c5..927eb9f 100644 (file)
@@ -90,7 +90,7 @@ class HttpRequestParser(object):
     HTTP_STATES = ['NONE', 'REQUEST', 'HEADERS', 'EMPTY', 'MESSAGE']
     
     def __init__(self):
-        super(HttpParser, self).__init__()
+        super(HttpRequestParser, self).__init__()
 
     def reset(self):
         """