diff options
Diffstat (limited to 'invest-applet/invest/help.py')
-rw-r--r-- | invest-applet/invest/help.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/invest-applet/invest/help.py b/invest-applet/invest/help.py deleted file mode 100644 index ec0a6dbe..00000000 --- a/invest-applet/invest/help.py +++ /dev/null @@ -1,12 +0,0 @@ -# -*- coding: utf-8 -*- - -import gi -gi.require_version("Gtk", "3.0") -from gi.repository import Gtk -from gi.repository import Gdk - -def show_help(): - Gtk.show_uri(None, "help:mate-invest-applet", Gdk.CURRENT_TIME) - -def show_help_section(id): - Gtk.show_uri(None, "help:mate-invest-applet/%s" % id, Gdk.CURRENT_TIME) |