From c7b2e180e6cfb4aec22f8ab3e0aebc6773032216 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Fri, 27 Jan 2012 11:19:49 +0100 Subject: 'invest' python module is now 'mate-invest' to solve conflicts with gnome --- invest-applet/invest/invest-chart | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 invest-applet/invest/invest-chart (limited to 'invest-applet/invest/invest-chart') diff --git a/invest-applet/invest/invest-chart b/invest-applet/invest/invest-chart deleted file mode 100755 index 37df77cb..00000000 --- a/invest-applet/invest/invest-chart +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/env python - -import sys, invest.chart, gtk - -# Prepare i18n -import gettext, locale -gettext.bindtextdomain(invest.defs.GETTEXT_PACKAGE, invest.defs.MATELOCALEDIR) -gettext.textdomain(invest.defs.GETTEXT_PACKAGE) -locale.bindtextdomain(invest.defs.GETTEXT_PACKAGE, invest.defs.MATELOCALEDIR) -locale.textdomain(invest.defs.GETTEXT_PACKAGE) - -if __name__ == "__main__": - win = invest.chart.show_chart(sys.argv[1:]) - win.connect("destroy", lambda x: gtk.main_quit()) - gtk.main() -- cgit v1.2.1