From 8bd4f463a6f4e7646b4a275e73b2d1d55db53fcd Mon Sep 17 00:00:00 2001 From: Joshua Drake Date: Thu, 12 May 2011 01:26:58 +0000 Subject: [PATCH] See #4371, add autoload for PeParsey git-svn-id: file:///home/svn/framework3/trunk@12589 4d416f70-5f16-0410-b530-b9f4589650da --- lib/rex.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/rex.rb b/lib/rex.rb index 236e5fbd9e..78d5265aaf 100644 --- a/lib/rex.rb +++ b/lib/rex.rb @@ -102,6 +102,9 @@ module Rex # Meterpreter autoload :Post, 'rex/post' + + # PeParsing + autoload :PeParsey, 'rex/peparsey' end