Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-03-12 18:14:02 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-03-12 18:14:02 (GMT)
commit2bd609e5fda7c1ba4ebb04d159e63a3c24a555ec (patch)
tree1a514da3a254b4e2ec1889320d866bdeea846f3c /shell
parented454220e6366a071e120ab6d4d56396d32c0543 (diff)
Cleanup
Diffstat (limited to 'shell')
-rw-r--r--shell/view/frame/frame.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/shell/view/frame/frame.py b/shell/view/frame/frame.py
index 14de5b8..11aea67 100644
--- a/shell/view/frame/frame.py
+++ b/shell/view/frame/frame.py
@@ -30,10 +30,10 @@ from model.ShellModel import ShellModel
from sugar.graphics import animator
from sugar.graphics import units
-MODE_NONE = 0
-MODE_MOUSE = 1
-MODE_KEYBOARD = 2
-MODE_FORCE = 3
+MODE_NONE = 0
+MODE_MOUSE = 1
+MODE_KEYBOARD = 2
+MODE_FORCE = 3
_FRAME_HIDING_DELAY = 500