module SassC::ImportHandler::FileSystemImporter

def dir_exist?(path)

def dir_exist?(path)
  File.exist?(path) && File.directory?(path)
end