Allow macmap's convenient walk function to be used elsewhere

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9992 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2011-06-30 19:18:37 +00:00
parent 5345292cdb
commit 8342e0fb52

View File

@ -1,6 +1,9 @@
#!/usr/bin/perl
# IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html
package xCAT::MacMap;
require Exporter;
our @ISA=qw/Exporter/;
our @EXPORT_OK=qw/walkoid/;
use strict;
use xCAT::Table;
use xCAT::Utils;