[hamster-applet] fix import path so hamster windows can be called standalone. fixes bug 593735
- From: Toms Baugis <tbaugis src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [hamster-applet] fix import path so hamster windows can be called standalone. fixes bug 593735
- Date: Tue, 1 Sep 2009 09:05:38 +0000 (UTC)
commit 91ca7fc8b6f9b2c7abdb6fecf24af7e3a2fb8708
Author: Andreas Köhler <andi5 py gmx de>
Date: Tue Sep 1 10:03:48 2009 +0100
fix import path so hamster windows can be called standalone. fixes bug 593735
hamster/hamster-applet.py | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/hamster/hamster-applet.py b/hamster/hamster-applet.py
index c61b547..bbe7c5a 100755
--- a/hamster/hamster-applet.py
+++ b/hamster/hamster-applet.py
@@ -124,13 +124,13 @@ if __name__ == "__main__":
elif start_window:
if start_window == "stats":
- from stats import StatsViewer
+ from hamster.stats import StatsViewer
stats_viewer = StatsViewer().show()
elif start_window == "edit":
- from edit_activity import CustomFactController
+ from hamster.edit_activity import CustomFactController
CustomFactController().show()
elif start_window == "prefs":
- from preferences import PreferencesEditor
+ from hamster.preferences import PreferencesEditor
PreferencesEditor().show()
gtk.main()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]