Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar/__init__.py')
-rw-r--r--sugar/__init__.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/sugar/__init__.py b/sugar/__init__.py
index fe79b51..d534a16 100644
--- a/sugar/__init__.py
+++ b/sugar/__init__.py
@@ -17,7 +17,15 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
+import os
+
+from sugar import ltihooks
+
ZOOM_MESH = 0
ZOOM_FRIENDS = 1
ZOOM_HOME = 2
ZOOM_ACTIVITY = 3
+
+print os.path.join(os.path.dirname(__file__), 'Makefile.am')
+if os.path.isfile(os.path.join(os.path.dirname(__file__), 'Makefile.am')):
+ ltihooks.install()