# File lib_wpm/wpm.rb, line 1901
    def init_import_page
      @another_page = parent_page.new_page(@properties.page, self) {|another_page|
        another_page.context_hook{|context|
          @properties.setup_import_params(context)
        }
      }

      nil
    end