X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plc_config.py;h=420386245318dcd07d7c6c21d1c4ca845bdde6a9;hb=039b8b04f1e3e9f584abf83797ae3f1a8c421e23;hp=b82fb57ead61f62fd742debe8718c0b9e38d2df0;hpb=0a2734bcebbfe41d7a3397929d8b190a47d1e2bd;p=myplc.git diff --git a/plc_config.py b/plc_config.py index b82fb57..4203862 100644 --- a/plc_config.py +++ b/plc_config.py @@ -7,8 +7,6 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id$ -# import codecs import os @@ -875,10 +873,6 @@ class TrimTextElement(xml.dom.minidom.Element): #################### # GLOBAL VARIABLES # -release_id = "$Id$" -release_rev = "$Revision$" -release_url = "$URL$" - g_configuration=None usual_variables=None config_dir=None @@ -1297,7 +1291,7 @@ def check_dir (config_file): #################### def optParserSetup(configuration): - parser = OptionParser(usage=usage(), version="%prog " + release_rev + release_url ) + parser = OptionParser(usage=usage()) parser.set_defaults(config_dir=configuration['config_dir'], service=configuration['service'], usual_variables=configuration['usual_variables'])