lib/import/syntheyes.rb in tracksperanto-2.8.6 vs lib/import/syntheyes.rb in tracksperanto-2.9.0
- old
+ new
@@ -1,5 +1,6 @@
+# -*- encoding : utf-8 -*-
class Tracksperanto::Import::Syntheyes < Tracksperanto::Import::Base
include Tracksperanto::UVCoordinates
def self.human_name
"Syntheyes 2D tracker paths file"
@@ -28,6 +29,6 @@
end
yield(@last_tracker) if @last_tracker && @last_tracker.any?
end
-end
\ No newline at end of file
+end