Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Player/StandalonePlayerOld.py
diff options
context:
space:
mode:
Diffstat (limited to 'Player/StandalonePlayerOld.py')
-rw-r--r--Player/StandalonePlayerOld.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/Player/StandalonePlayerOld.py b/Player/StandalonePlayerOld.py
index cc03ab4..c95c381 100644
--- a/Player/StandalonePlayerOld.py
+++ b/Player/StandalonePlayerOld.py
@@ -9,6 +9,8 @@ from Framework.CSound.CSoundConstants import CSoundConstants
from Player.KeyboardStandAlone import KeyboardStandAlone
from Player.NoteStdAlone import NoteStdAlone
+raise 'dont use this class, its the old one'
+
class StandAlonePlayer( gtk.Window ):
def __init__(self):
@@ -173,4 +175,4 @@ class StandAlonePlayer( gtk.Window ):
if __name__ == "__main__":
standAlonePlayer = StandAlonePlayer()
#start the gtk event loop
- gtk.main() \ No newline at end of file
+ gtk.main()