# File lib/kwala/actions/strange_requires.rb, line 55
    def parent_dir_requirement(from, to)
      if not /\/lib\// =~ to
        @parentdir_reqs << { :from => from, :to => to }
      end
    end