--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/WebBrowser/GreaseMonkey/__init__.py Sun Apr 14 15:09:21 2019 +0200 @@ -0,0 +1,13 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2012 - 2019 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Package implementing the GreaseMonkey support. +""" + +# +# The code in this package was inspired and ported in parts from QupZilla +# Copyright (C) David Rosca <nowrep@gmail.com> +#