9208:3fc8dfeb6ebe | 9209:b99e7fd55fd3 |
---|---|
1 # -*- coding: utf-8 -*- | |
2 | |
3 # Copyright (c) 2002 - 2022 Detlev Offenbach <detlev@die-offenbachs.de> | |
4 # | |
5 | |
6 """ | |
7 Package implementing a little web browser. | |
8 | |
9 The web browser is a HTML browser for the display of HTML help files like the | |
10 Qt Online Documentation and for browsing the internet. It may be used as a | |
11 standalone version as well by using the eric7_browser.py script found in the | |
12 main eric installation directory. | |
13 """ |