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