From efe9a0e33e376182cc4eacad34cabb4b2fd011dd Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Thu, 2 Aug 2012 15:55:04 +0200 Subject: [PATCH] restrict rule --- utils/rules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/rules.py b/utils/rules.py index 5ccc6345..b1dfbb11 100755 --- a/utils/rules.py +++ b/utils/rules.py @@ -68,7 +68,7 @@ word_dic = { "Mi7sus4": "E7sus4", "Fa ": "F ", "Fa}": "F}", -"Fa\\": "F\\", +"[Fa\\": "[F\\", "Fam ": "Fm ", "Fa7": "F7", "Sol ": "G ",