Modernize extnotify.py
commitdeef5c24ab670816235803a0373bfc8039773f9e
authorPetr Pavlu <setup@dagobah.cz>
Sat, 4 Mar 2017 21:58:44 +0000 (4 21:58 +0000)
committerPetr Pavlu <setup@dagobah.cz>
Sat, 4 Mar 2017 22:03:31 +0000 (4 22:03 +0000)
treea06f9e36cd36bc313b4e6636d17a581e381ed527
parent9c336684d2ac39dc4eb0034584e1c76b1d311a06
Modernize extnotify.py

* Move the program to Python 3 and Gtk 3.
* Replace cgi.escape() with html.escape() because the former is
  deprecated.
* Improve error reporting in the script.
* Address most problems reported by python3-pep8 and python3-pylint.
contrib/extnotify.py