Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
Diffstat (limited to 'activity.py')
-rw-r--r--activity.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/activity.py b/activity.py
index fa94eab..278729b 100644
--- a/activity.py
+++ b/activity.py
@@ -30,6 +30,9 @@ import library
import edit
import book
+import logging
+
+
class InfoslicerActivity(activity.Activity):
def __init__(self, handle):
self.notebook = Gtk.Notebook()
@@ -51,6 +54,9 @@ class InfoslicerActivity(activity.Activity):
self.edit_page = 1
self.edit = edit.View()
+
+ logging.debug(self.edit)
+
self.library = library.View(self)
toolbar_box = ToolbarBox()