# File lib/compass/import-once/importer.rb, line 51
      def tracker(options)
         Compass::ImportOnce.import_tracker[options[:css_filename]] ||= Set.new
      end