From 44bd67e4d7e13409988c1c17a2954199cec6b8b4 Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Wed, 1 Jul 2009 16:00:51 +0000 Subject: [PATCH] remove '>' typo introduced at the beginning of the file --- plc_config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.43.0