renamed iTipParser to iParser
authorFlorian Schweikert <kelvan@logic.at>
Tue, 8 Mar 2011 21:31:55 +0000 (22:31 +0100)
committerFlorian Schweikert <kelvan@logic.at>
Tue, 8 Mar 2011 21:31:55 +0000 (22:31 +0100)
parseHtml.py

index d1ad77e..46af3f4 100644 (file)
@@ -112,7 +112,7 @@ class Parser:
         return self._current_state
 
 
-class iTipParser:
+class iParser:
     _stations = {}
     _lines = []