# File lib/compass/import-once/importer.rb, line 15 def key(uri, options, *args) if uri =~ /^\(NOT IMPORTED\) (.*)$/ ["(import-once)", $1] else super end end