From: Marc Fiuczynski Date: Wed, 1 Jul 2009 16:00:51 +0000 (+0000) Subject: remove '>' typo introduced at the beginning of the file X-Git-Tag: MyPLC-4.3-18~2 X-Git-Url: http://git.onelab.eu/?p=myplc.git;a=commitdiff_plain;h=44bd67e4d7e13409988c1c17a2954199cec6b8b4 remove '>' typo introduced at the beginning of the file --- diff --git a/plc_config.py b/plc_config.py index 89d8f26..8ccb2e4 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 @@ -847,8 +847,8 @@ class TrimTextElement(xml.dom.minidom.Element): # GLOBAL VARIABLES # release_id = "$Id$" -release_rev = "$Revision:$" -release_url = "$URL:$" +release_rev = "$Revision$" +release_url = "$URL$" g_configuration=None usual_variables=None