fix a namespace problem, maybe related to #3592

git-svn-id: file:///home/svn/framework3/trunk@11590 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2011-01-17 20:53:57 +00:00
parent 9df78e8f47
commit 437b060ab9
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,6 @@ require 'msf/core/post/windows/eventlog'
require 'msf/core/post/windows/priv'
module Msf
end
module Scripts
module Meterpreter
module Common
@ -15,4 +14,5 @@ include Msf::Post::Common
end
end
end
end