From: Thierry Parmentelat Date: Thu, 4 Dec 2008 22:09:48 +0000 (+0000) Subject: svn keywords yet again X-Git-Tag: PLCAPI-4.3-3~40 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=fa5d899360159b86660bf76ef0fce8f4109760cb;p=plcapi.git svn keywords yet again --- diff --git a/PLC/Addresses.py b/PLC/Addresses.py index d5306f65..82c5bd63 100644 --- a/PLC/Addresses.py +++ b/PLC/Addresses.py @@ -1,4 +1,4 @@ -# $Id# +# $Id$ from PLC.Faults import * from PLC.Parameter import Parameter from PLC.Table import Row, Table diff --git a/PLC/Debug.py b/PLC/Debug.py index 4b6aa2f5..be2d09a3 100644 --- a/PLC/Debug.py +++ b/PLC/Debug.py @@ -1,4 +1,4 @@ -# $Id# +# $Id$ import time import sys import syslog diff --git a/PLC/Ilinks.py b/PLC/Ilinks.py index b55df0c0..924fb0c1 100644 --- a/PLC/Ilinks.py +++ b/PLC/Ilinks.py @@ -1,4 +1,4 @@ -# $Id# +# $Id$ # # Thierry Parmentelat - INRIA # diff --git a/PLC/InitScripts.py b/PLC/InitScripts.py index 259c8c6c..950525ac 100644 --- a/PLC/InitScripts.py +++ b/PLC/InitScripts.py @@ -1,4 +1,4 @@ -# $Id# +# $Id$ # # Functions for interacting with the initscripts table in the database # diff --git a/PLC/InterfaceTags.py b/PLC/InterfaceTags.py index 6713a3da..7ecc800f 100644 --- a/PLC/InterfaceTags.py +++ b/PLC/InterfaceTags.py @@ -1,4 +1,4 @@ -# $Id# +# $Id$ # # Thierry Parmentelat - INRIA # diff --git a/PLC/Keys.py b/PLC/Keys.py index 06b920c0..ab8d7a60 100644 --- a/PLC/Keys.py +++ b/PLC/Keys.py @@ -1,4 +1,4 @@ -# $Id# +# $Id$ import re from PLC.Faults import * diff --git a/PLC/NodeTags.py b/PLC/NodeTags.py index c27b887a..6a95f6ec 100644 --- a/PLC/NodeTags.py +++ b/PLC/NodeTags.py @@ -1,4 +1,4 @@ -# $Id# +# $Id$ # # Thierry Parmentelat - INRIA # diff --git a/PLC/POD.py b/PLC/POD.py index 5b92dd3d..2dd596d1 100644 --- a/PLC/POD.py +++ b/PLC/POD.py @@ -1,4 +1,4 @@ -# $Id# +# $Id$ # Marc E. Fiuczynski # Copyright (C) 2004 The Trustees of Princeton University # diff --git a/PLC/Peers.py b/PLC/Peers.py index 6cdd68ed..729fd710 100644 --- a/PLC/Peers.py +++ b/PLC/Peers.py @@ -1,4 +1,4 @@ -# $Id# +# $Id$ # # Thierry Parmentelat - INRIA # diff --git a/PLC/Sessions.py b/PLC/Sessions.py index 2414161e..a4b82cc2 100644 --- a/PLC/Sessions.py +++ b/PLC/Sessions.py @@ -1,4 +1,4 @@ -# $Id# +# $Id$ from types import StringTypes import random import base64 diff --git a/PLC/Sites.py b/PLC/Sites.py index f3b6d9c6..ed2a6e68 100644 --- a/PLC/Sites.py +++ b/PLC/Sites.py @@ -1,4 +1,4 @@ -# $Id# +# $Id$ from types import StringTypes import string diff --git a/PLC/SliceTags.py b/PLC/SliceTags.py index bde5df5b..e7c8b8a6 100644 --- a/PLC/SliceTags.py +++ b/PLC/SliceTags.py @@ -1,4 +1,4 @@ -# $Id# +# $Id$ from PLC.Faults import * from PLC.Parameter import Parameter from PLC.Filter import Filter diff --git a/PLC/TagTypes.py b/PLC/TagTypes.py index a7f180d8..045447b7 100644 --- a/PLC/TagTypes.py +++ b/PLC/TagTypes.py @@ -1,4 +1,4 @@ -# $Id# +# $Id$ # # Thierry Parmentelat - INRIA # diff --git a/PLC/sendmail.py b/PLC/sendmail.py index b6fda73c..3ce0f69c 100644 --- a/PLC/sendmail.py +++ b/PLC/sendmail.py @@ -1,4 +1,4 @@ -# $Id# +# $Id$ import os import sys import pprint