lib/import/pftrack.rb in tracksperanto-2.8.6 vs lib/import/pftrack.rb in tracksperanto-2.9.0

- old
+ new

@@ -1,5 +1,6 @@ +# -*- encoding : utf-8 -*- # TODO: this should be rewritten as a proper state-machine parser class Tracksperanto::Import::PFTrack < Tracksperanto::Import::Base def self.human_name "PFTrack/PFMatchit .2dt file" end @@ -72,6 +73,6 @@ end def unquote(s) s.gsub(/"/, '') end -end \ No newline at end of file +end