From d7d49fd2e7f07a9dbb71055b8a70eccc9df31977 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 27 Feb 2012 18:48:33 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/pxe.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/lib/xcat/plugins/pxe.pm b/xCAT-server/lib/xcat/plugins/pxe.pm index 70acfda59..b22450354 100644 --- a/xCAT-server/lib/xcat/plugins/pxe.pm +++ b/xCAT-server/lib/xcat/plugins/pxe.pm @@ -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;