[gnome-applets/wip/dont-use-deprecated: 2/3] invest: Fix importing typo
- From: Rodrigo Moya <rodrigo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-applets/wip/dont-use-deprecated: 2/3] invest: Fix importing typo
- Date: Tue, 23 Nov 2010 10:14:13 +0000 (UTC)
commit 4fbfb5f4435120f6fdd767f682a101ab74473505
Author: Rodrigo Moya <rodrigo gnome-db org>
Date: Thu Nov 18 13:19:39 2010 +0100
invest: Fix importing typo
invest-applet/invest/applet.py | 2 +-
invest-applet/invest/invest-applet.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/invest-applet/invest/applet.py b/invest-applet/invest/applet.py
index 197a0f7..da487a7 100644
--- a/invest-applet/invest/applet.py
+++ b/invest-applet/invest/applet.py
@@ -1,7 +1,7 @@
import os, time
from os.path import *
from gi.repository import Gdk, GdkPixbuf, Gtk, PanelApplet, GObject, GConf
-gobject.threads_init()
+GObject.threads_init()
from gettext import gettext as _
import invest, invest.about, invest.chart, invest.preferences, invest.defs
diff --git a/invest-applet/invest/invest-applet.py b/invest-applet/invest/invest-applet.py
index bd667ff..c672950 100755
--- a/invest-applet/invest/invest-applet.py
+++ b/invest-applet/invest/invest-applet.py
@@ -2,7 +2,7 @@
#
from gi.repository import GObject, Gtk, PanelApplet
-from applet import InvestApplet
+from invest.applet import InvestApplet
import getopt, sys
from os.path import *
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]