comparison: src/eric7/WebBrowser/Bookmarks/NsHtmlReader.py
src/eric7/WebBrowser/Bookmarks/NsHtmlReader.py
- branch
- eric7
- changeset 10692
- 9becf9ca115c
- parent 10482
- 72d9b5ea39b4
- child 10928
- 46651e194fbe
equal
deleted
inserted
replaced
18 |
18 |
19 class NsHtmlReader(QObject): |
19 class NsHtmlReader(QObject): |
20 """ |
20 """ |
21 Class implementing a reader object for Netscape HTML bookmark files. |
21 Class implementing a reader object for Netscape HTML bookmark files. |
22 """ |
22 """ |
23 |
|
24 indentSize = 4 |
|
25 |
23 |
26 def __init__(self): |
24 def __init__(self): |
27 """ |
25 """ |
28 Constructor |
26 Constructor |
29 """ |
27 """ |