Change this back to cooincide with autoload revert

git-svn-id: file:///home/svn/framework3/trunk@12602 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2011-05-12 20:11:43 +00:00
parent ecb726fb2c
commit 1904e446b2
1 changed files with 2 additions and 3 deletions

View File

@ -5,8 +5,8 @@ module Msf
# This module provides methods for implementing a web crawler
#
###
module Auxiliary
module HttpCrawler
module Auxiliary::HttpCrawler
include ::Msf::Auxiliary::Report
def initialize(info = {})
@ -302,4 +302,3 @@ module HttpCrawler
end
end
end