# File lib/cgikit/application.rb, line 244
    def init_component_paths
      @component_paths = [Dir.pwd]
      $LOAD_PATH.each do |path|
        @component_paths << File.join(path, CGIKIT_LIB, COMPONENT_LIB)
      end
    end