Require the deprecation mixin in all modules

Because rememberin to require it, and hoping against a race is not how we
roll any more.
bug/bundler_fix
Tod Beardsley 2013-09-12 15:49:33 -05:00
parent 761042f14b
commit 76f27ecde8
3 changed files with 1 additions and 2 deletions

View File

@ -104,6 +104,7 @@ class Module
require 'msf/core/module/target'
require 'msf/core/module/auxiliary_action'
require 'msf/core/module/has_actions'
require 'msf/core/module/deprecated'
#
# Creates an instance of an abstract module using the supplied information

View File

@ -6,7 +6,6 @@
##
require 'msf/core'
require 'msf/core/module/deprecated'
class Metasploit3 < Msf::Exploit::Remote

View File

@ -6,7 +6,6 @@
##
require 'msf/core'
require 'msf/core/module/deprecated'
class Metasploit3 < Msf::Exploit::Remote
Rank = NormalRanking