module Sass::Plugin

def load_paths

def load_paths
  (options[:load_paths] || []) + [options[:template_location]]
end