Mercurial > hg > syncopation-dataset
diff Syncopation models/rhythm_parser.py @ 10:a3ed7d2b57d8
updating main py files to point at new
file names
author | christopherh <christopher.harte@eecs.qmul.ac.uk> |
---|---|
date | Fri, 03 Apr 2015 16:02:10 +0100 |
parents | c2843ef4de2c |
children | b959c2acb927 |
line wrap: on
line diff
--- a/Syncopation models/rhythm_parser.py Fri Apr 03 11:41:01 2015 +0100 +++ b/Syncopation models/rhythm_parser.py Fri Apr 03 16:02:10 2015 +0100 @@ -6,7 +6,7 @@ # Parse the rhythm file and return a list of Bar objects Piece = [] -from ParameterSetter import timesigBase +from parameter_setter import timesigBase comment_sign = '#'