From 41f7b7a2a38ca9f3929fcbd88d228b3815034876 Mon Sep 17 00:00:00 2001 From: monsta Date: Sat, 13 Jan 2018 13:54:33 +0300 Subject: drop broken invest-applet and all Python dependencies closes https://github.com/mate-desktop/mate-applets/issues/297 --- invest-applet/invest/help.py | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 invest-applet/invest/help.py (limited to 'invest-applet/invest/help.py') 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) -- cgit v1.2.1