svn keywords yet again
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 4 Dec 2008 22:09:48 +0000 (22:09 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 4 Dec 2008 22:09:48 +0000 (22:09 +0000)
14 files changed:
PLC/Addresses.py
PLC/Debug.py
PLC/Ilinks.py
PLC/InitScripts.py
PLC/InterfaceTags.py
PLC/Keys.py
PLC/NodeTags.py
PLC/POD.py
PLC/Peers.py
PLC/Sessions.py
PLC/Sites.py
PLC/SliceTags.py
PLC/TagTypes.py
PLC/sendmail.py

index d5306f6..82c5bd6 100644 (file)
@@ -1,4 +1,4 @@
-# $Id#
+# $Id$
 from PLC.Faults import *
 from PLC.Parameter import Parameter
 from PLC.Table import Row, Table
index 4b6aa2f..be2d09a 100644 (file)
@@ -1,4 +1,4 @@
-# $Id#
+# $Id$
 import time
 import sys
 import syslog
index b55df0c..924fb0c 100644 (file)
@@ -1,4 +1,4 @@
-# $Id#
+# $Id$
 #
 # Thierry Parmentelat - INRIA
 #
index 259c8c6..950525a 100644 (file)
@@ -1,4 +1,4 @@
-# $Id#
+# $Id$
 #
 # Functions for interacting with the initscripts table in the database
 #
index 6713a3d..7ecc800 100644 (file)
@@ -1,4 +1,4 @@
-# $Id#
+# $Id$
 #
 # Thierry Parmentelat - INRIA
 #
index 06b920c..ab8d7a6 100644 (file)
@@ -1,4 +1,4 @@
-# $Id#
+# $Id$
 import re
 
 from PLC.Faults import *
index c27b887..6a95f6e 100644 (file)
@@ -1,4 +1,4 @@
-# $Id#
+# $Id$
 #
 # Thierry Parmentelat - INRIA
 #
index 5b92dd3..2dd596d 100644 (file)
@@ -1,4 +1,4 @@
-# $Id#
+# $Id$
 # Marc E. Fiuczynski <mef@cs.princeton.edu>
 # Copyright (C) 2004 The Trustees of Princeton University
 #
index 6cdd68e..729fd71 100644 (file)
@@ -1,4 +1,4 @@
-# $Id#
+# $Id$
 #
 # Thierry Parmentelat - INRIA
 # 
index 2414161..a4b82cc 100644 (file)
@@ -1,4 +1,4 @@
-# $Id#
+# $Id$
 from types import StringTypes
 import random
 import base64
index f3b6d9c..ed2a6e6 100644 (file)
@@ -1,4 +1,4 @@
-# $Id#
+# $Id$
 from types import StringTypes
 import string
 
index bde5df5..e7c8b8a 100644 (file)
@@ -1,4 +1,4 @@
-# $Id#
+# $Id$
 from PLC.Faults import *
 from PLC.Parameter import Parameter
 from PLC.Filter import Filter
index a7f180d..045447b 100644 (file)
@@ -1,4 +1,4 @@
-# $Id#
+# $Id$
 #
 # Thierry Parmentelat - INRIA
 #
index b6fda73..3ce0f69 100644 (file)
@@ -1,4 +1,4 @@
-# $Id#
+# $Id$
 import os
 import sys
 import pprint