From aebd9c272e833b7f4678ed196f5f2a43e9190f64 Mon Sep 17 00:00:00 2001 From: RaidenOffKey Date: Wed, 14 Aug 2013 18:09:34 +0100 Subject: [PATCH] Update consts.py --- Push/consts.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Push/consts.py b/Push/consts.py index a250e6a9..2d089a0b 100644 --- a/Push/consts.py +++ b/Push/consts.py @@ -39,6 +39,14 @@ 7, 9, 10], + 'Ionian' + [0, + 2, + 4, + 5, + 7, + 9, + 11], 'Lydian', [0, 2, @@ -275,4 +283,4 @@ class MessageBoxText: pass except ImportError: - pass \ No newline at end of file + pass