Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-07-27 18:18:53 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-07-27 18:18:53 (GMT)
commite62b9278830d10cc3abe2e6e6e656df02b2c1cf8 (patch)
tree968ec6e119e8b538fafc0a18a58c6d13cc2c34ad /sugar
parentb23b63cdd554286d02b1a09353a946f3bc40f16a (diff)
Fix import
Diffstat (limited to 'sugar')
-rw-r--r--sugar/activity/activity.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/sugar/activity/activity.py b/sugar/activity/activity.py
index e5312aa..31b8d95 100644
--- a/sugar/activity/activity.py
+++ b/sugar/activity/activity.py
@@ -40,7 +40,7 @@ from sugar.graphics.toolcombobox import ToolComboBox
from sugar.datastore import datastore
from sugar import wm
from sugar import profile
-from sugar import _sugaruiext
+from sugar import _sugarext
class ActivityToolbar(gtk.Toolbar):
SHARE_PRIVATE = 0
@@ -289,7 +289,7 @@ class Activity(Window, gtk.Container):
return self._activity_id
def get_service_name(self):
- return _sugaruiext.get_prgname()
+ return _sugarext.get_prgname()
def set_canvas(self, canvas):
Window.set_canvas(self, canvas)
@@ -469,7 +469,7 @@ class Activity(Window, gtk.Container):
def get_bundle_name():
"""Return the bundle name for the current process' bundle
"""
- return _sugaruiext.get_application_name()
+ return _sugarext.get_application_name()
def get_bundle_path():
"""Return the bundle path for the current process' bundle