class SassC::ImportHandler::FileImporter

def file_exist?(path)

def file_exist?(path)
  File.exist?(path) && File.file?(path)
end