-Fix broken clones in kvm plugin

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7699 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2010-09-28 13:26:41 +00:00
parent f98871acc9
commit f46ba64d28

View File

@ -6,6 +6,7 @@ package xCAT::Common;
use File::stat;
use File::Copy;
use xCAT::Usage;
use Thread qw/yield/;
BEGIN