class SassC::ImportHandler::FileSystemImporter

def file_exist?(path)

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