ProjectWeb/Html5ToCss3Converter.py

changeset 35
a3f1dcf94fe4
parent 34
a6d8718f37b5
child 38
6a12561fc0b5
equal deleted inserted replaced
34:a6d8718f37b5 35:a3f1dcf94fe4
40 Constructor 40 Constructor
41 41
42 @param html HTML text to be converted (string) 42 @param html HTML text to be converted (string)
43 @param parent reference to the parent object (QObject) 43 @param parent reference to the parent object (QObject)
44 """ 44 """
45 super(Html5ToCss3Converter, self).__init__(parent) 45 super().__init__(parent)
46 46
47 self.__html = html 47 self.__html = html
48 48
49 def getCss3(self): 49 def getCss3(self):
50 """ 50 """

eric ide

mercurial