renommage de app en minwii (ça va tout péter…).
[minwii.git] / src / app / globals.py
diff --git a/src/app/globals.py b/src/app/globals.py
deleted file mode 100755 (executable)
index 8261eda..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-# -*- coding: utf-8 -*-
-"""
-constantes globales partagées par plusieurs modules.
-
-$Id$
-$URL$
-"""
-
-BACKGROUND_LAYER = 0
-FOREGROUND_LAYER = 1
-CURSOR_LAYER = 2
-PLAYING_MODES = {'EASY':0
-                ,'NORMAL':1
-                ,'ADVANCED':2
-                ,'EXPERT':3}