Fix pxe plugin not having 'xCAT::Scope' used

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11700 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-02-27 18:48:33 +00:00
parent b144a32404
commit d7d49fd2e7

View File

@ -2,6 +2,7 @@
package xCAT_plugin::pxe;
use Data::Dumper;
use Sys::Syslog;
use xCAT::Scope;
use Socket;
use File::Copy;
use File::Path;