From: Stas Shtin Date: Wed, 14 Apr 2010 17:19:58 +0000 (+0400) Subject: Parent name corrected X-Git-Url: http://git.maemo.org/git/?p=ipypbx;a=commitdiff_plain;h=45cd6585bc64d90cd1b34b69ed8b313cafadfe55 Parent name corrected --- diff --git a/src/ipypbx/http.py b/src/ipypbx/http.py index 15cb0c5..927eb9f 100644 --- a/src/ipypbx/http.py +++ b/src/ipypbx/http.py @@ -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): """