From b0e953495da2f5eac88c93acf1be7511439f0c38 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 1 Jul 2009 08:39:05 +0000 Subject: [PATCH] svn keywords --- plc_config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plc_config.py b/plc_config.py index 98f95d1..89d8f26 100644 --- a/plc_config.py +++ b/plc_config.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +>#!/usr/bin/python # # Merge PlanetLab Central (PLC) configuration files into a variety of # output formats. These files represent the global configuration for a @@ -1260,7 +1260,7 @@ def check_dir (config_file): #################### def optParserSetup(configuration): - parser = OptionParser(usage=usage(), version="%prog 1.0" + release_rev + release_url ) + parser = OptionParser(usage=usage(), version="%prog " + release_rev + release_url ) parser.set_defaults(config_dir=configuration['config_dir'], service=configuration['service'], usual_variables=configuration['usual_variables']) -- 2.43.0