remove '>' typo introduced at the beginning of the file
authorMarc Fiuczynski <mef@cs.princeton.edu>
Wed, 1 Jul 2009 16:00:51 +0000 (16:00 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Wed, 1 Jul 2009 16:00:51 +0000 (16:00 +0000)
plc_config.py

index 89d8f26..8ccb2e4 100644 (file)
@@ -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