4965:a9a4b632fe48 | 4966:d246d8568d6c |
---|---|
6 """ | 6 """ |
7 Module implementing the JavaScript status bar icon. | 7 Module implementing the JavaScript status bar icon. |
8 """ | 8 """ |
9 | 9 |
10 # | 10 # |
11 # This is modelled after the code found in Qupzilla | 11 # This is modeled after the code found in Qupzilla |
12 # Copyright (C) 2014 David Rosca <nowrep@gmail.com> | 12 # Copyright (C) 2014 David Rosca <nowrep@gmail.com> |
13 # | 13 # |
14 | 14 |
15 from __future__ import unicode_literals | 15 from __future__ import unicode_literals |
16 | 16 |