diff options
author | John Gourlay <john@weathervanefarm.net> | 2016-05-12 23:18:36 -0400 |
---|---|---|
committer | John Gourlay <john@weathervanefarm.net> | 2016-05-12 23:18:36 -0400 |
commit | db03c56e67571f334c970e2a26cf517573b98002 (patch) | |
tree | 625ef4454dfccee53972640c44483593a3cf8d8f /python | |
parent | 8ba96c387d766e3466c51d0b416d05dcd0176edd (diff) |
Import rational in musicxml2ly_conversion.py
Diffstat (limited to 'python')
-rw-r--r-- | python/musicxml2ly_conversion.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/musicxml2ly_conversion.py b/python/musicxml2ly_conversion.py index dc6c641fa2..6216b540fb 100644 --- a/python/musicxml2ly_conversion.py +++ b/python/musicxml2ly_conversion.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +from rational import * import lilylib as ly import musicexp |