From 7024f93a43501ffe40ed6e696e1f1214c2216543 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 02 Jul 2007 12:34:41 +0000 Subject: Move the zoom levels inside the model --- (limited to 'sugar/__init__.py') diff --git a/sugar/__init__.py b/sugar/__init__.py index 771d71a..995341d 100644 --- a/sugar/__init__.py +++ b/sugar/__init__.py @@ -21,10 +21,5 @@ import os from sugar import ltihooks -ZOOM_MESH = 0 -ZOOM_FRIENDS = 1 -ZOOM_HOME = 2 -ZOOM_ACTIVITY = 3 - if os.path.isfile(os.path.join(os.path.dirname(__file__), 'Makefile.am')): ltihooks.install() -- cgit v0.9.1