Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/library.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-03-02 06:03:47 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-03-02 14:45:14 (GMT)
commit0b218d3045918e3c32985ced34eb70aa2764e387 (patch)
tree4462b4356a28ea7f5367a45225d379228f0ed16d /library.py
parentedb525a310c2c165de2ee26c1885cb676f867287 (diff)
Move sugar-free components to infoslicer/ core-library directory
Diffstat (limited to 'library.py')
-rw-r--r--library.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/library.py b/library.py
index 211135d..887efb3 100644
--- a/library.py
+++ b/library.py
@@ -26,12 +26,12 @@ from sugar.graphics.icon import Icon
from sugar.datastore import datastore
import sugar.graphics.style as style
-from GUI_Components.Compound_Widgets.toolbar import WidgetItem
-from GUI_Components.Compound_Widgets.bookview import BookView
-from GUI_Components.Compound_Widgets.Reading_View import Reading_View
-import book
import xol
import net
+import book
+from bookview import BookView
+from toolbar import WidgetItem
+from infoslicer.widgets.Reading_View import Reading_View
logger = logging.getLogger('infoslicer')
@@ -74,10 +74,10 @@ class View(gtk.EventBox):
wiki_stub = create_stub('white-search',
_('To download Wiki article\ntype "Article name" and click'),
- _('button on top "Library" panel'))
+ _('button on the top "Library" panel'))
custom_stub = create_stub('add',
_('To create custom article click'),
- _('button on left "Custom" panel'))
+ _('button on the left "Custom" panel'))
# articles viewers