Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/filepicker.py
diff options
context:
space:
mode:
authorManuel Quiñones <manuq@laptop.org>2011-11-29 10:01:45 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2011-11-29 10:01:45 (GMT)
commitbe93d4fc4c9c06998cfde88bc98b47224b11b52c (patch)
tree6f1135011724d4a02dc81844af3444b0f60631de /filepicker.py
parent57efc155d569d059d85bb20d475eefec05823049 (diff)
Rename sugar to sugar3
Signed-off-by: Manuel Quiñones <manuq@laptop.org>
Diffstat (limited to 'filepicker.py')
-rw-r--r--filepicker.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/filepicker.py b/filepicker.py
index a06e879..489570a 100644
--- a/filepicker.py
+++ b/filepicker.py
@@ -27,8 +27,8 @@ from xpcom import components
from xpcom.components import interfaces
from xpcom.server.factory import Factory
-from sugar.graphics.objectchooser import ObjectChooser
-from sugar.activity.activity import get_activity_root
+from sugar3.graphics.objectchooser import ObjectChooser
+from sugar3.activity.activity import get_activity_root
_temp_dirs_to_clean = []