lib/tracksperanto/simple_export.rb in tracksperanto-2.12.0 vs lib/tracksperanto/simple_export.rb in tracksperanto-3.0.0

- old
+ new

@@ -4,10 +4,10 @@ module Tracksperanto::SimpleExport # Acccepts an array of Tracker objects and comp size. # Before calling this, initialize the exporter with the proper # IO handle def just_export(trackers_array, comp_width, comp_height) - lint = Tracksperanto::Middleware::Lint.new(self) + lint = Tracksperanto::Tool::Lint.new(self) lint.start_export(comp_width, comp_height) trackers_array.each do | t | lint.start_tracker_segment(t.name) t.each do | kf |