From 9a3973a3087208ddbf78ffb05d54ec7b226fa7db Mon Sep 17 00:00:00 2001 From: Joey Hagedorn Date: Wed, 20 Jun 2007 20:03:47 +0000 Subject: Remove unnecessary file dependence in bcfg2-ping-sweep git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3318 ce84e21b-d406-0410-9b95-82705330c041 --- src/sbin/bcfg2-ping-sweep | 1 - 1 file changed, 1 deletion(-) (limited to 'src/sbin/bcfg2-ping-sweep') diff --git a/src/sbin/bcfg2-ping-sweep b/src/sbin/bcfg2-ping-sweep index 664a3a803..83abc25f2 100755 --- a/src/sbin/bcfg2-ping-sweep +++ b/src/sbin/bcfg2-ping-sweep @@ -15,7 +15,6 @@ if __name__ == '__main__': c = ConfigParser.ConfigParser() c.read([cfpath]) - configpath = "%s/etc/report-configuration.xml" % c.get('server', 'repository') clientdatapath = "%s/Metadata/clients.xml" % c.get('server', 'repository') clientElement = lxml.etree.parse(clientdatapath) -- cgit v1.2.3-1-g7c22