From a74854dd38cb742b8fdc0d0cda7fff738a95312c Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 25 Oct 2007 20:33:17 +0000 Subject: [PATCH] set svn:keywords property for proper keywords expansion --- Makefile | 2 +- ModPython.py | 2 +- PLC/API.py | 2 +- PLC/AddressTypes.py | 2 +- PLC/Auth.py | 2 +- PLC/BootStates.py | 2 +- PLC/ConfFiles.py | 2 +- PLC/Config.py | 2 +- PLC/EventObjects.py | 2 +- PLC/Events.py | 2 +- PLC/Faults.py | 2 +- PLC/GPG.py | 2 +- PLC/KeyTypes.py | 2 +- PLC/Messages.py | 2 +- PLC/Method.py | 2 +- PLC/Methods/AddNodeNetworkSetting.py | 2 +- PLC/Methods/AddNodeNetworkSettingType.py | 2 +- PLC/Methods/DeleteNodeNetworkSetting.py | 2 +- PLC/Methods/DeleteNodeNetworkSettingType.py | 2 +- PLC/Methods/GetNodeNetworkSettingTypes.py | 2 +- PLC/Methods/GetNodeNetworkSettings.py | 2 +- PLC/Methods/GetPeerData.py | 2 +- PLC/Methods/RefreshPeer.py | 2 +- PLC/Methods/UpdateNodeNetworkSetting.py | 2 +- PLC/Methods/UpdateNodeNetworkSettingType.py | 2 +- PLC/NetworkMethods.py | 2 +- PLC/NetworkTypes.py | 2 +- PLC/NodeGroups.py | 2 +- PLC/NodeNetworks.py | 2 +- PLC/Nodes.py | 2 +- PLC/PCUs.py | 2 +- PLC/Parameter.py | 2 +- PLC/Persons.py | 2 +- PLC/PostgreSQL.py | 2 +- PLC/PyCurl.py | 2 +- PLC/Roles.py | 2 +- PLC/Shell.py | 2 +- PLC/SliceInstantiations.py | 2 +- PLC/Test.py | 2 +- Server.py | 2 +- Test.py | 2 +- doc/DocBook.py | 2 +- doc/Makefile | 2 +- php/Makefile | 2 +- php/header.php | 2 +- php/methods.py | 2 +- php/xmlrpc/config.m4 | 2 +- php/xmlrpc/config.m4.lib64 | 2 +- php/xmlrpc/config.w32 | 2 +- php/xmlrpc/libxmlrpc/base64.c | 2 +- php/xmlrpc/libxmlrpc/encodings.c | 2 +- php/xmlrpc/libxmlrpc/queue.c | 2 +- php/xmlrpc/libxmlrpc/simplestring.c | 2 +- php/xmlrpc/libxmlrpc/xml_element.c | 2 +- php/xmlrpc/libxmlrpc/xml_element.c.gcc4 | 2 +- php/xmlrpc/libxmlrpc/xml_to_xmlrpc.c | 2 +- php/xmlrpc/libxmlrpc/xmlrpc.c | 2 +- php/xmlrpc/php_xmlrpc.h | 2 +- php/xmlrpc/xmlrpc-epi-php.c | 2 +- planetlab4.sql | 2 +- plcsh | 2 +- plctest/TestMain.py | 2 +- psycopg2/scripts/ext2html.py | 2 +- psycopg2/tests/dbapi20.py | 4 ++-- pycurl/TODO | 2 +- pycurl/doc/callbacks.html | 2 +- pycurl/doc/curlmultiobject.html | 2 +- pycurl/doc/curlobject.html | 2 +- pycurl/doc/pycurl.html | 2 +- pycurl/examples/basicfirst.py | 2 +- pycurl/examples/file_upload.py | 2 +- pycurl/examples/retriever-multi.py | 2 +- pycurl/examples/retriever.py | 2 +- pycurl/examples/xmlrpc_curl.py | 2 +- pycurl/setup.py | 2 +- pycurl/setup_win32_ssl.py | 2 +- pycurl/src/pycurl.c | 2 +- pycurl/tests/test.py | 2 +- pycurl/tests/test_cb.py | 2 +- pycurl/tests/test_debug.py | 2 +- pycurl/tests/test_getinfo.py | 2 +- pycurl/tests/test_gtk.py | 2 +- pycurl/tests/test_internals.py | 2 +- pycurl/tests/test_memleak.py | 2 +- pycurl/tests/test_multi.py | 2 +- pycurl/tests/test_multi2.py | 2 +- pycurl/tests/test_multi3.py | 2 +- pycurl/tests/test_multi4.py | 2 +- pycurl/tests/test_multi5.py | 2 +- pycurl/tests/test_multi6.py | 2 +- pycurl/tests/test_multi_vs_thread.py | 2 +- pycurl/tests/test_post.py | 2 +- pycurl/tests/test_post2.py | 2 +- pycurl/tests/test_post3.py | 2 +- pycurl/tests/test_stringio.py | 2 +- pycurl/tests/test_xmlrpc.py | 2 +- pycurl/tests/util.py | 2 +- refresh-peer.py | 2 +- setup.py | 2 +- tests/Makefile | 2 +- tests/Test.py | 2 +- tests/TestPeers.py | 2 +- tools/slice_attributes.py | 2 +- 103 files changed, 104 insertions(+), 104 deletions(-) diff --git a/Makefile b/Makefile index 09ab772..6eba7ee 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2005 The Trustees of Princeton University # -# $Id: Makefile 793 2007-08-28 15:21:17Z thierry $ +# $Id$ # # Metafiles diff --git a/ModPython.py b/ModPython.py index a6a424c..c722114 100644 --- a/ModPython.py +++ b/ModPython.py @@ -5,7 +5,7 @@ # Mark Huang # # Copyright (C) 2004-2006 The Trustees of Princeton University -# $Id: ModPython.py,v 1.4 2007/01/11 22:05:15 mlhuang Exp $ +# $Id$ # import sys diff --git a/PLC/API.py b/PLC/API.py index 5c06848..7fcfa09 100644 --- a/PLC/API.py +++ b/PLC/API.py @@ -5,7 +5,7 @@ # Mark Huang # # Copyright (C) 2004-2006 The Trustees of Princeton University -# $Id: API.py,v 1.8 2007/01/05 16:09:09 tmack Exp $ +# $Id$ # import sys diff --git a/PLC/AddressTypes.py b/PLC/AddressTypes.py index 0effbe2..dd6afff 100644 --- a/PLC/AddressTypes.py +++ b/PLC/AddressTypes.py @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: AddressTypes.py,v 1.8 2006/11/09 03:07:42 mlhuang Exp $ +# $Id$ # from types import StringTypes diff --git a/PLC/Auth.py b/PLC/Auth.py index 627eece..f62b511 100644 --- a/PLC/Auth.py +++ b/PLC/Auth.py @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: Auth.py,v 1.17 2007/02/10 18:39:09 mlhuang Exp $ +# $Id$ # import crypt diff --git a/PLC/BootStates.py b/PLC/BootStates.py index 42a5214..f1bfcf9 100644 --- a/PLC/BootStates.py +++ b/PLC/BootStates.py @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: BootStates.py,v 1.6 2006/10/24 20:02:22 mlhuang Exp $ +# $Id$ # from PLC.Faults import * diff --git a/PLC/ConfFiles.py b/PLC/ConfFiles.py index dbd46f3..63474e3 100644 --- a/PLC/ConfFiles.py +++ b/PLC/ConfFiles.py @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: ConfFiles.py,v 1.9 2006/11/09 03:07:42 mlhuang Exp $ +# $Id$ # from PLC.Faults import * diff --git a/PLC/Config.py b/PLC/Config.py index 97233f0..6a4a7e2 100644 --- a/PLC/Config.py +++ b/PLC/Config.py @@ -6,7 +6,7 @@ # Mark Huang # Copyright (C) 2004-2006 The Trustees of Princeton University # -# $Id: Config.py,v 1.2 2006/09/06 19:15:59 mlhuang Exp $ +# $Id$ # import os diff --git a/PLC/EventObjects.py b/PLC/EventObjects.py index 25df867..1c6c4bb 100644 --- a/PLC/EventObjects.py +++ b/PLC/EventObjects.py @@ -4,7 +4,7 @@ # Tony Mack # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: EventObjects.py 348 2007-05-10 14:13:51Z thierry $ +# $Id$ # from PLC.Faults import * diff --git a/PLC/Events.py b/PLC/Events.py index ff80efc..c01f589 100644 --- a/PLC/Events.py +++ b/PLC/Events.py @@ -4,7 +4,7 @@ # Tony Mack # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: Events.py,v 1.12 2007/02/27 18:52:14 tmack Exp $ +# $Id$ # from PLC.Faults import * diff --git a/PLC/Faults.py b/PLC/Faults.py index 1b8bd0d..3c9328e 100644 --- a/PLC/Faults.py +++ b/PLC/Faults.py @@ -5,7 +5,7 @@ # Mark Huang # # Copyright (C) 2004-2006 The Trustees of Princeton University -# $Id: Faults.py,v 1.2 2006/12/07 09:13:55 thierry Exp $ +# $Id$ # import xmlrpclib diff --git a/PLC/GPG.py b/PLC/GPG.py index a393ca7..2499bab 100644 --- a/PLC/GPG.py +++ b/PLC/GPG.py @@ -7,7 +7,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: GPG.py,v 1.5 2007/02/01 22:28:12 mlhuang Exp $ +# $Id$ # import os diff --git a/PLC/KeyTypes.py b/PLC/KeyTypes.py index 0092bf7..34df019 100644 --- a/PLC/KeyTypes.py +++ b/PLC/KeyTypes.py @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: KeyTypes.py,v 1.3 2006/10/24 20:02:22 mlhuang Exp $ +# $Id$ # from PLC.Faults import * diff --git a/PLC/Messages.py b/PLC/Messages.py index 36ff436..3ec310f 100644 --- a/PLC/Messages.py +++ b/PLC/Messages.py @@ -4,7 +4,7 @@ # Tony Mack # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: Messages.py,v 1.4 2006/11/16 17:03:36 mlhuang Exp $ +# $Id$ # from PLC.Parameter import Parameter diff --git a/PLC/Method.py b/PLC/Method.py index 7472795..74dc862 100644 --- a/PLC/Method.py +++ b/PLC/Method.py @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: Method.py,v 1.29 2007/08/20 20:31:47 tmack Exp $ +# $Id$ # import xmlrpclib diff --git a/PLC/Methods/AddNodeNetworkSetting.py b/PLC/Methods/AddNodeNetworkSetting.py index b2915a2..b31aed2 100644 --- a/PLC/Methods/AddNodeNetworkSetting.py +++ b/PLC/Methods/AddNodeNetworkSetting.py @@ -1,7 +1,7 @@ # # Thierry Parmentelat - INRIA # -# $Revision: 90 $ +# $Revision$ # from PLC.Faults import * from PLC.Method import Method diff --git a/PLC/Methods/AddNodeNetworkSettingType.py b/PLC/Methods/AddNodeNetworkSettingType.py index 8a16112..35a3ca0 100644 --- a/PLC/Methods/AddNodeNetworkSettingType.py +++ b/PLC/Methods/AddNodeNetworkSettingType.py @@ -1,7 +1,7 @@ # # Thierry Parmentelat - INRIA # -# $Revision: 88 $ +# $Revision$ # diff --git a/PLC/Methods/DeleteNodeNetworkSetting.py b/PLC/Methods/DeleteNodeNetworkSetting.py index 34dcda2..eae2112 100644 --- a/PLC/Methods/DeleteNodeNetworkSetting.py +++ b/PLC/Methods/DeleteNodeNetworkSetting.py @@ -1,7 +1,7 @@ # # Thierry Parmentelat - INRIA # -# $Revision: 90 $ +# $Revision$ # from PLC.Faults import * diff --git a/PLC/Methods/DeleteNodeNetworkSettingType.py b/PLC/Methods/DeleteNodeNetworkSettingType.py index ec8d2b1..dc52d10 100644 --- a/PLC/Methods/DeleteNodeNetworkSettingType.py +++ b/PLC/Methods/DeleteNodeNetworkSettingType.py @@ -1,7 +1,7 @@ # # Thierry Parmentelat - INRIA # -# $Revision: 88 $ +# $Revision$ # from PLC.Faults import * from PLC.Method import Method diff --git a/PLC/Methods/GetNodeNetworkSettingTypes.py b/PLC/Methods/GetNodeNetworkSettingTypes.py index 16eec0a..10d7b39 100644 --- a/PLC/Methods/GetNodeNetworkSettingTypes.py +++ b/PLC/Methods/GetNodeNetworkSettingTypes.py @@ -1,7 +1,7 @@ # # Thierry Parmentelat - INRIA # -# $Revision: 88 $ +# $Revision$ # from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/GetNodeNetworkSettings.py b/PLC/Methods/GetNodeNetworkSettings.py index 1eca4f4..42359ce 100644 --- a/PLC/Methods/GetNodeNetworkSettings.py +++ b/PLC/Methods/GetNodeNetworkSettings.py @@ -1,7 +1,7 @@ # # Thierry Parmentelat - INRIA # -# $Revision: 88 $ +# $Revision$ # from PLC.Faults import * from PLC.Method import Method diff --git a/PLC/Methods/GetPeerData.py b/PLC/Methods/GetPeerData.py index 346331a..113fe86 100644 --- a/PLC/Methods/GetPeerData.py +++ b/PLC/Methods/GetPeerData.py @@ -1,7 +1,7 @@ # # Thierry Parmentelat - INRIA # -# $Id: GetPeerData.py 904 2007-10-08 14:28:06Z thierry $ +# $Id$ import time diff --git a/PLC/Methods/RefreshPeer.py b/PLC/Methods/RefreshPeer.py index 6c0444f..40fb1e2 100644 --- a/PLC/Methods/RefreshPeer.py +++ b/PLC/Methods/RefreshPeer.py @@ -1,7 +1,7 @@ # # Thierry Parmentelat - INRIA # -# $Id: RefreshPeer.py,v 1.23 2007/03/23 19:05:16 thierry Exp $ +# $Id$ import time diff --git a/PLC/Methods/UpdateNodeNetworkSetting.py b/PLC/Methods/UpdateNodeNetworkSetting.py index f0ed8de..bd59879 100644 --- a/PLC/Methods/UpdateNodeNetworkSetting.py +++ b/PLC/Methods/UpdateNodeNetworkSetting.py @@ -1,7 +1,7 @@ # # Thierry Parmentelat - INRIA # -# $Revision: 90 $ +# $Revision$ # from PLC.Faults import * diff --git a/PLC/Methods/UpdateNodeNetworkSettingType.py b/PLC/Methods/UpdateNodeNetworkSettingType.py index caa0511..5501c11 100644 --- a/PLC/Methods/UpdateNodeNetworkSettingType.py +++ b/PLC/Methods/UpdateNodeNetworkSettingType.py @@ -1,7 +1,7 @@ # # Thierry Parmentelat - INRIA # -# $Revision: 88 $ +# $Revision$ # from PLC.Faults import * from PLC.Method import Method diff --git a/PLC/NetworkMethods.py b/PLC/NetworkMethods.py index a3d306b..41ccfab 100644 --- a/PLC/NetworkMethods.py +++ b/PLC/NetworkMethods.py @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: NetworkMethods.py,v 1.3 2006/10/24 20:02:22 mlhuang Exp $ +# $Id$ # from PLC.Faults import * diff --git a/PLC/NetworkTypes.py b/PLC/NetworkTypes.py index bab7af8..f3a032f 100644 --- a/PLC/NetworkTypes.py +++ b/PLC/NetworkTypes.py @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: NetworkTypes.py,v 1.3 2006/10/24 20:02:22 mlhuang Exp $ +# $Id$ # from PLC.Faults import * diff --git a/PLC/NodeGroups.py b/PLC/NodeGroups.py index 3b00bc6..cc2a44c 100644 --- a/PLC/NodeGroups.py +++ b/PLC/NodeGroups.py @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: NodeGroups.py,v 1.18 2006/11/09 03:07:42 mlhuang Exp $ +# $Id$ # from types import StringTypes diff --git a/PLC/NodeNetworks.py b/PLC/NodeNetworks.py index 52f688f..47e091d 100644 --- a/PLC/NodeNetworks.py +++ b/PLC/NodeNetworks.py @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: NodeNetworks.py 793 2007-08-28 15:21:17Z thierry $ +# $Id$ # from types import StringTypes diff --git a/PLC/Nodes.py b/PLC/Nodes.py index 517a16a..87f0d1c 100644 --- a/PLC/Nodes.py +++ b/PLC/Nodes.py @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: Nodes.py 800 2007-08-30 03:49:35Z thierry $ +# $Id$ # from types import StringTypes diff --git a/PLC/PCUs.py b/PLC/PCUs.py index e1cf6ca..563acf9 100644 --- a/PLC/PCUs.py +++ b/PLC/PCUs.py @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: PCUs.py,v 1.9 2006/11/09 03:07:42 mlhuang Exp $ +# $Id$ # from PLC.Faults import * diff --git a/PLC/Parameter.py b/PLC/Parameter.py index 2307483..fc25b93 100644 --- a/PLC/Parameter.py +++ b/PLC/Parameter.py @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: Parameter.py,v 1.6 2006/11/08 22:10:00 mlhuang Exp $ +# $Id$ # from types import * diff --git a/PLC/Persons.py b/PLC/Persons.py index 24d71d3..0b0fe68 100644 --- a/PLC/Persons.py +++ b/PLC/Persons.py @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: Persons.py,v 1.38 2007/08/22 19:54:07 tmack Exp $ +# $Id$ # from types import StringTypes diff --git a/PLC/PostgreSQL.py b/PLC/PostgreSQL.py index d996e72..597077a 100644 --- a/PLC/PostgreSQL.py +++ b/PLC/PostgreSQL.py @@ -5,7 +5,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: PostgreSQL.py,v 1.14 2007/02/11 18:34:06 mlhuang Exp $ +# $Id$ # import psycopg2 diff --git a/PLC/PyCurl.py b/PLC/PyCurl.py index e43efe6..f0d4005 100644 --- a/PLC/PyCurl.py +++ b/PLC/PyCurl.py @@ -5,7 +5,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: PyCurl.py,v 1.2 2007/09/12 17:52:27 tmack Exp $ +# $Id$ # import os diff --git a/PLC/Roles.py b/PLC/Roles.py index 42b2622..400b344 100644 --- a/PLC/Roles.py +++ b/PLC/Roles.py @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: Roles.py,v 1.7 2006/11/08 23:02:01 mlhuang Exp $ +# $Id$ # from types import StringTypes diff --git a/PLC/Shell.py b/PLC/Shell.py index f2aa211..6e4a77b 100644 --- a/PLC/Shell.py +++ b/PLC/Shell.py @@ -5,7 +5,7 @@ # Mark Huang # Copyright (C) 2005 The Trustees of Princeton University # -# $Id: Shell.py,v 1.4 2007/02/02 04:38:28 mlhuang Exp $ +# $Id$ # import os diff --git a/PLC/SliceInstantiations.py b/PLC/SliceInstantiations.py index 843b327..4996a1e 100644 --- a/PLC/SliceInstantiations.py +++ b/PLC/SliceInstantiations.py @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: SliceInstantiations.py,v 1.2 2006/10/03 19:27:28 mlhuang Exp $ +# $Id$ # from PLC.Faults import * diff --git a/PLC/Test.py b/PLC/Test.py index 03b4b8c..05796a6 100644 --- a/PLC/Test.py +++ b/PLC/Test.py @@ -5,7 +5,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: Test.py 250 2007-04-17 15:14:57Z thierry $ +# $Id$ # from pprint import pprint diff --git a/Server.py b/Server.py index 84c3360..40a68ab 100755 --- a/Server.py +++ b/Server.py @@ -5,7 +5,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: Server.py,v 1.3 2006/10/25 20:33:07 mlhuang Exp $ +# $Id$ # import os diff --git a/Test.py b/Test.py index c7a8c98..8ff3ad2 100755 --- a/Test.py +++ b/Test.py @@ -5,7 +5,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: Test.py,v 1.21 2007/01/12 06:17:33 mlhuang Exp $ +# $Id$ # """ diff --git a/doc/DocBook.py b/doc/DocBook.py index 0b279b2..254e99e 100755 --- a/doc/DocBook.py +++ b/doc/DocBook.py @@ -6,7 +6,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: DocBook.py,v 1.3 2006/10/25 19:35:36 mlhuang Exp $ +# $Id$ # import xml.dom.minidom diff --git a/doc/Makefile b/doc/Makefile index bbb25c9..3adaa1f 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: Makefile,v 1.2 2006/11/03 20:36:05 thierry Exp $ +# $Id$ # all: PLCAPI.pdf diff --git a/php/Makefile b/php/Makefile index 5498951..560ff68 100644 --- a/php/Makefile +++ b/php/Makefile @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: Makefile,v 1.2 2006/10/27 15:40:37 mlhuang Exp $ +# $Id$ # all: plc_api.php diff --git a/php/header.php b/php/header.php index 15d1591..5172894 100644 --- a/php/header.php +++ b/php/header.php @@ -8,7 +8,7 @@ // Mark Huang // Copyright (C) 2005-2006 The Trustees of Princeton University // -// $Id: header.php 170 2007-03-30 12:44:11Z thierry $ +// $Id$ // // diff --git a/php/methods.py b/php/methods.py index b41b1ba..ca34773 100755 --- a/php/methods.py +++ b/php/methods.py @@ -5,7 +5,7 @@ # Mark Huang # Copyright (C) 2005 The Trustess of Princeton University # -# $Id: methods.py,v 1.4 2006/11/29 19:43:17 mlhuang Exp $ +# $Id$ # import os, sys diff --git a/php/xmlrpc/config.m4 b/php/xmlrpc/config.m4 index f9cbdea..54335df 100644 --- a/php/xmlrpc/config.m4 +++ b/php/xmlrpc/config.m4 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.21 2003/10/01 02:53:15 sniper Exp $ +dnl $Id$ dnl sinclude(ext/xmlrpc/libxmlrpc/acinclude.m4) diff --git a/php/xmlrpc/config.m4.lib64 b/php/xmlrpc/config.m4.lib64 index 5dc9995..8551f6b 100644 --- a/php/xmlrpc/config.m4.lib64 +++ b/php/xmlrpc/config.m4.lib64 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.21 2003/10/01 02:53:15 sniper Exp $ +dnl $Id$ dnl sinclude(ext/xmlrpc/libxmlrpc/acinclude.m4) diff --git a/php/xmlrpc/config.w32 b/php/xmlrpc/config.w32 index 4001446..8c399cd 100644 --- a/php/xmlrpc/config.w32 +++ b/php/xmlrpc/config.w32 @@ -1,4 +1,4 @@ -// $Id: config.w32,v 1.2 2003/12/22 13:16:42 wez Exp $ +// $Id$ // vim:ft=javascript ARG_WITH("xmlrpc", "XMLRPC-EPI support", "no"); diff --git a/php/xmlrpc/libxmlrpc/base64.c b/php/xmlrpc/libxmlrpc/base64.c index e067038..7788d02 100644 --- a/php/xmlrpc/libxmlrpc/base64.c +++ b/php/xmlrpc/libxmlrpc/base64.c @@ -1,4 +1,4 @@ -static const char rcsid[] = "#(@) $Id: base64.c,v 1.4 2004/04/27 17:33:59 iliaa Exp $"; +static const char rcsid[] = "#(@) $Id$"; /* diff --git a/php/xmlrpc/libxmlrpc/encodings.c b/php/xmlrpc/libxmlrpc/encodings.c index 0bad3ee..1637a09 100644 --- a/php/xmlrpc/libxmlrpc/encodings.c +++ b/php/xmlrpc/libxmlrpc/encodings.c @@ -41,7 +41,7 @@ #include #endif -static const char rcsid[] = "#(@) $Id: encodings.c,v 1.7 2004/03/08 23:04:33 abies Exp $"; +static const char rcsid[] = "#(@) $Id$"; #include diff --git a/php/xmlrpc/libxmlrpc/queue.c b/php/xmlrpc/libxmlrpc/queue.c index ca96034..2418738 100644 --- a/php/xmlrpc/libxmlrpc/queue.c +++ b/php/xmlrpc/libxmlrpc/queue.c @@ -1,4 +1,4 @@ -static const char rcsid[] = "#(@) $Id: queue.c,v 1.4 2002/07/05 04:43:53 danda Exp $"; +static const char rcsid[] = "#(@) $Id$"; /* * Date last modified: Jan 2001 diff --git a/php/xmlrpc/libxmlrpc/simplestring.c b/php/xmlrpc/libxmlrpc/simplestring.c index 68dab91..be2aba5 100644 --- a/php/xmlrpc/libxmlrpc/simplestring.c +++ b/php/xmlrpc/libxmlrpc/simplestring.c @@ -31,7 +31,7 @@ */ -static const char rcsid[] = "#(@) $Id: simplestring.c,v 1.4 2003/12/16 21:00:21 sniper Exp $"; +static const char rcsid[] = "#(@) $Id$"; #define SIMPLESTRING_INCR 32 diff --git a/php/xmlrpc/libxmlrpc/xml_element.c b/php/xmlrpc/libxmlrpc/xml_element.c index a4ba37e..ae30838 100644 --- a/php/xmlrpc/libxmlrpc/xml_element.c +++ b/php/xmlrpc/libxmlrpc/xml_element.c @@ -31,7 +31,7 @@ */ -static const char rcsid[] = "#(@) $Id: xml_element.c,v 1.6 2004/06/01 20:16:06 iliaa Exp $"; +static const char rcsid[] = "#(@) $Id$"; diff --git a/php/xmlrpc/libxmlrpc/xml_element.c.gcc4 b/php/xmlrpc/libxmlrpc/xml_element.c.gcc4 index f1a23a9..154f19b 100644 --- a/php/xmlrpc/libxmlrpc/xml_element.c.gcc4 +++ b/php/xmlrpc/libxmlrpc/xml_element.c.gcc4 @@ -31,7 +31,7 @@ */ -static const char rcsid[] = "#(@) $Id: xml_element.c,v 1.6 2004/06/01 20:16:06 iliaa Exp $"; +static const char rcsid[] = "#(@) $Id$"; diff --git a/php/xmlrpc/libxmlrpc/xml_to_xmlrpc.c b/php/xmlrpc/libxmlrpc/xml_to_xmlrpc.c index fb69963..c76b00f 100644 --- a/php/xmlrpc/libxmlrpc/xml_to_xmlrpc.c +++ b/php/xmlrpc/libxmlrpc/xml_to_xmlrpc.c @@ -31,7 +31,7 @@ */ -static const char rcsid[] = "#(@) $Id: xml_to_xmlrpc.c,v 1.5 2004/04/27 17:33:59 iliaa Exp $"; +static const char rcsid[] = "#(@) $Id$"; #ifdef _WIN32 #include "xmlrpc_win32.h" diff --git a/php/xmlrpc/libxmlrpc/xmlrpc.c b/php/xmlrpc/libxmlrpc/xmlrpc.c index 67242b8..d5f3f7b 100644 --- a/php/xmlrpc/libxmlrpc/xmlrpc.c +++ b/php/xmlrpc/libxmlrpc/xmlrpc.c @@ -31,7 +31,7 @@ */ -static const char rcsid[] = "#(@) $Id: xmlrpc.c,v 1.6 2004/04/27 17:33:59 iliaa Exp $"; +static const char rcsid[] = "#(@) $Id$"; /****h* ABOUT/xmlrpc diff --git a/php/xmlrpc/php_xmlrpc.h b/php/xmlrpc/php_xmlrpc.h index b56f844..98355ba 100644 --- a/php/xmlrpc/php_xmlrpc.h +++ b/php/xmlrpc/php_xmlrpc.h @@ -51,7 +51,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_xmlrpc.h,v 1.10 2004/01/08 17:33:00 sniper Exp $ */ +/* $Id$ */ #ifndef _PHP_XMLRPC_H #define _PHP_XMLRPC_H diff --git a/php/xmlrpc/xmlrpc-epi-php.c b/php/xmlrpc/xmlrpc-epi-php.c index 7e19c7e..d668067 100644 --- a/php/xmlrpc/xmlrpc-epi-php.c +++ b/php/xmlrpc/xmlrpc-epi-php.c @@ -51,7 +51,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: xmlrpc-epi-php.c,v 1.37 2004/01/08 08:17:47 andi Exp $ */ +/* $Id$ */ /********************************************************************** * BUGS: * diff --git a/planetlab4.sql b/planetlab4.sql index 555ee28..76e9937 100644 --- a/planetlab4.sql +++ b/planetlab4.sql @@ -9,7 +9,7 @@ -- -- Copyright (C) 2006 The Trustees of Princeton University -- --- $Id: planetlab4.sql 793 2007-08-28 15:21:17Z thierry $ +-- $Id$ -- SET client_encoding = 'UNICODE'; diff --git a/plcsh b/plcsh index fed505f..10944b0 100755 --- a/plcsh +++ b/plcsh @@ -5,7 +5,7 @@ # Mark Huang # Copyright (C) 2005 The Trustees of Princeton University # -# $Id: plcsh,v 1.5 2007/02/02 04:39:03 mlhuang Exp $ +# $Id$ # import os diff --git a/plctest/TestMain.py b/plctest/TestMain.py index 38c0f5f..498cfbb 100755 --- a/plctest/TestMain.py +++ b/plctest/TestMain.py @@ -10,7 +10,7 @@ import threading class TestMain: - subversion_id = "$Id: TestMain.py 767 2007-08-06 08:32:04Z amine $" + subversion_id = "$Id$" def __init__ (self): self.path=os.path.dirname(sys.argv[0]) diff --git a/psycopg2/scripts/ext2html.py b/psycopg2/scripts/ext2html.py index f7c95d8..488e97f 100755 --- a/psycopg2/scripts/ext2html.py +++ b/psycopg2/scripts/ext2html.py @@ -2,7 +2,7 @@ # Author: Daniele Varrazzo # Contact: daniele dot varrazzo at gmail dot com -# Revision: $Revision: 711 $ +# Revision: $Revision$ # Date: $Date$ # Copyright: This module has been placed in the public domain. diff --git a/psycopg2/tests/dbapi20.py b/psycopg2/tests/dbapi20.py index 4fc8c0c..21f15b9 100644 --- a/psycopg2/tests/dbapi20.py +++ b/psycopg2/tests/dbapi20.py @@ -11,8 +11,8 @@ -- Ian Bicking ''' -__rcs_id__ = '$Id: dbapi20.py,v 1.10 2003/10/09 03:14:14 zenzen Exp $' -__version__ = '$Revision: 1.10 $'[11:-2] +__rcs_id__ = '$Id$' +__version__ = '$Revision$'[11:-2] __author__ = 'Stuart Bishop ' import unittest diff --git a/pycurl/TODO b/pycurl/TODO index 0ed534a..ed4afdf 100644 --- a/pycurl/TODO +++ b/pycurl/TODO @@ -1,4 +1,4 @@ -# $Id: TODO,v 1.95 2005/03/04 14:43:04 kjetilja Exp $ +# $Id$ # vi:ts=4:et If you want to hack on pycurl, here's our list of unresolved issues: diff --git a/pycurl/doc/callbacks.html b/pycurl/doc/callbacks.html index e300c4d..b98e0a9 100644 --- a/pycurl/doc/callbacks.html +++ b/pycurl/doc/callbacks.html @@ -133,7 +133,7 @@ and 'tests/test_getinfo.py' shows PROGRESSFUNCTION.

Valid XHTML 1.0! - $Id: callbacks.html,v 1.15 2005/02/10 11:35:23 kjetilja Exp $ + $Id$

diff --git a/pycurl/doc/curlmultiobject.html b/pycurl/doc/curlmultiobject.html index 812111d..f944b18 100644 --- a/pycurl/doc/curlmultiobject.html +++ b/pycurl/doc/curlmultiobject.html @@ -129,7 +129,7 @@ returned.

Valid XHTML 1.0! - $Id: curlmultiobject.html,v 1.4 2004/06/05 17:59:01 mfx Exp $ + $Id$

diff --git a/pycurl/doc/curlobject.html b/pycurl/doc/curlobject.html index 4a6fe78..53497f6 100644 --- a/pycurl/doc/curlobject.html +++ b/pycurl/doc/curlobject.html @@ -95,7 +95,7 @@ print c.getinfo(pycurl.HTTP_CODE), c.getinfo(pycurl.EFFECTIVE_URL) Valid XHTML 1.0! - $Id: curlobject.html,v 1.14 2005/02/11 11:09:09 mfx Exp $ + $Id$

diff --git a/pycurl/doc/pycurl.html b/pycurl/doc/pycurl.html index 39c34fb..f1db42a 100644 --- a/pycurl/doc/pycurl.html +++ b/pycurl/doc/pycurl.html @@ -113,7 +113,7 @@ a CURLM handle in libcurl.

Valid XHTML 1.0! - $Id: pycurl.html,v 1.28 2005/02/11 11:09:10 mfx Exp $ + $Id$

diff --git a/pycurl/examples/basicfirst.py b/pycurl/examples/basicfirst.py index 4e49465..af59405 100644 --- a/pycurl/examples/basicfirst.py +++ b/pycurl/examples/basicfirst.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # -*- coding: iso-8859-1 -*- # vi:ts=4:et -# $Id: basicfirst.py,v 1.5 2005/02/11 11:09:11 mfx Exp $ +# $Id$ import sys import pycurl diff --git a/pycurl/examples/file_upload.py b/pycurl/examples/file_upload.py index e513e7d..a514c1c 100644 --- a/pycurl/examples/file_upload.py +++ b/pycurl/examples/file_upload.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # -*- coding: iso-8859-1 -*- # vi:ts=4:et -# $Id: file_upload.py,v 1.5 2005/02/13 08:53:13 mfx Exp $ +# $Id$ import os, sys import pycurl diff --git a/pycurl/examples/retriever-multi.py b/pycurl/examples/retriever-multi.py index 488d0f7..2ec3f9a 100644 --- a/pycurl/examples/retriever-multi.py +++ b/pycurl/examples/retriever-multi.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # -*- coding: iso-8859-1 -*- # vi:ts=4:et -# $Id: retriever-multi.py,v 1.25 2005/02/13 08:28:01 mfx Exp $ +# $Id$ # # Usage: python retriever-multi.py [<# of diff --git a/pycurl/examples/retriever.py b/pycurl/examples/retriever.py index bd20da7..2c91d07 100644 --- a/pycurl/examples/retriever.py +++ b/pycurl/examples/retriever.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # -*- coding: iso-8859-1 -*- # vi:ts=4:et -# $Id: retriever.py,v 1.17 2005/02/13 08:28:01 mfx Exp $ +# $Id$ # # Usage: python retriever.py [<# of diff --git a/pycurl/examples/xmlrpc_curl.py b/pycurl/examples/xmlrpc_curl.py index a175d23..462bc97 100644 --- a/pycurl/examples/xmlrpc_curl.py +++ b/pycurl/examples/xmlrpc_curl.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # -*- coding: iso-8859-1 -*- # vi:ts=4:et -# $Id: xmlrpc_curl.py,v 1.10 2005/02/11 11:09:12 mfx Exp $ +# $Id$ # We should ignore SIGPIPE when using pycurl.NOSIGNAL - see # the libcurl tutorial for more info. diff --git a/pycurl/setup.py b/pycurl/setup.py index a9799db..841ff19 100644 --- a/pycurl/setup.py +++ b/pycurl/setup.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # -*- coding: iso-8859-1 -*- # vi:ts=4:et -# $Id: setup.py,v 1.123 2005/02/17 10:13:23 mfx Exp $ +# $Id$ """Setup script for the PycURL module distribution.""" diff --git a/pycurl/setup_win32_ssl.py b/pycurl/setup_win32_ssl.py index b900874..1226ac1 100644 --- a/pycurl/setup_win32_ssl.py +++ b/pycurl/setup_win32_ssl.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # -*- coding: iso-8859-1 -*- # vi:ts=4:et -# $Id: setup_win32_ssl.py,v 1.27 2005/02/17 10:13:23 mfx Exp $ +# $Id$ import os, sys, string assert sys.platform == "win32", "Only for building on Win32 with SSL and zlib" diff --git a/pycurl/src/pycurl.c b/pycurl/src/pycurl.c index 6f5f699..25f9d61 100644 --- a/pycurl/src/pycurl.c +++ b/pycurl/src/pycurl.c @@ -1,4 +1,4 @@ -/* $Id: pycurl.c,v 1.86 2005/03/04 08:39:30 kjetilja Exp $ */ +/* $Id$ */ /* PycURL -- cURL Python module * diff --git a/pycurl/tests/test.py b/pycurl/tests/test.py index f5afada..743c311 100644 --- a/pycurl/tests/test.py +++ b/pycurl/tests/test.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # -*- coding: iso-8859-1 -*- # vi:ts=4:et -# $Id: test.py,v 1.16 2004/12/26 17:31:53 mfx Exp $ +# $Id$ import sys, threading, time import pycurl diff --git a/pycurl/tests/test_cb.py b/pycurl/tests/test_cb.py index 509f49e..1be305c 100644 --- a/pycurl/tests/test_cb.py +++ b/pycurl/tests/test_cb.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # -*- coding: iso-8859-1 -*- # vi:ts=4:et -# $Id: test_cb.py,v 1.14 2003/04/21 18:46:10 mfx Exp $ +# $Id$ import sys import pycurl diff --git a/pycurl/tests/test_debug.py b/pycurl/tests/test_debug.py index d3a6356..d439b16 100644 --- a/pycurl/tests/test_debug.py +++ b/pycurl/tests/test_debug.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # -*- coding: iso-8859-1 -*- # vi:ts=4:et -# $Id: test_debug.py,v 1.6 2003/04/21 18:46:10 mfx Exp $ +# $Id$ import pycurl diff --git a/pycurl/tests/test_getinfo.py b/pycurl/tests/test_getinfo.py index dd13570..ed64594 100644 --- a/pycurl/tests/test_getinfo.py +++ b/pycurl/tests/test_getinfo.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # -*- coding: iso-8859-1 -*- # vi:ts=4:et -# $Id: test_getinfo.py,v 1.18 2003/05/01 19:35:01 mfx Exp $ +# $Id$ import time import pycurl diff --git a/pycurl/tests/test_gtk.py b/pycurl/tests/test_gtk.py index b3c28c6..9626310 100644 --- a/pycurl/tests/test_gtk.py +++ b/pycurl/tests/test_gtk.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # -*- coding: iso-8859-1 -*- # vi:ts=4:et -# $Id: test_gtk.py,v 1.23 2004/12/26 17:31:53 mfx Exp $ +# $Id$ import sys, threading from gtk import * diff --git a/pycurl/tests/test_internals.py b/pycurl/tests/test_internals.py index afcc53d..a1a6533 100644 --- a/pycurl/tests/test_internals.py +++ b/pycurl/tests/test_internals.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # -*- coding: iso-8859-1 -*- # vi:ts=4:et -# $Id: test_internals.py,v 1.17 2003/05/01 16:48:54 mfx Exp $ +# $Id$ # # a simple self-test diff --git a/pycurl/tests/test_memleak.py b/pycurl/tests/test_memleak.py index 284df62..8577b97 100644 --- a/pycurl/tests/test_memleak.py +++ b/pycurl/tests/test_memleak.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # -*- coding: iso-8859-1 -*- # vi:ts=4:et -# $Id: test_memleak.py,v 1.4 2003/05/01 16:48:54 mfx Exp $ +# $Id$ # # just a simple self-test diff --git a/pycurl/tests/test_multi.py b/pycurl/tests/test_multi.py index 5be86f0..01312be 100644 --- a/pycurl/tests/test_multi.py +++ b/pycurl/tests/test_multi.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # -*- coding: iso-8859-1 -*- # vi:ts=4:et -# $Id: test_multi.py,v 1.9 2003/04/21 18:46:10 mfx Exp $ +# $Id$ import pycurl diff --git a/pycurl/tests/test_multi2.py b/pycurl/tests/test_multi2.py index 3d8ab1b..182e0dc 100644 --- a/pycurl/tests/test_multi2.py +++ b/pycurl/tests/test_multi2.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # -*- coding: iso-8859-1 -*- # vi:ts=4:et -# $Id: test_multi2.py,v 1.13 2003/04/21 18:46:10 mfx Exp $ +# $Id$ import os, sys try: diff --git a/pycurl/tests/test_multi3.py b/pycurl/tests/test_multi3.py index 9b52159..0ef514a 100644 --- a/pycurl/tests/test_multi3.py +++ b/pycurl/tests/test_multi3.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # -*- coding: iso-8859-1 -*- # vi:ts=4:et -# $Id: test_multi3.py,v 1.12 2003/04/21 18:46:10 mfx Exp $ +# $Id$ # same as test_multi2.py, but enforce some debugging and strange API-calls diff --git a/pycurl/tests/test_multi4.py b/pycurl/tests/test_multi4.py index 6b143aa..0c024a4 100644 --- a/pycurl/tests/test_multi4.py +++ b/pycurl/tests/test_multi4.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # -*- coding: iso-8859-1 -*- # vi:ts=4:et -# $Id: test_multi4.py,v 1.13 2003/04/21 18:46:10 mfx Exp $ +# $Id$ import sys, select, time import pycurl diff --git a/pycurl/tests/test_multi5.py b/pycurl/tests/test_multi5.py index 10f799e..b55dd7e 100644 --- a/pycurl/tests/test_multi5.py +++ b/pycurl/tests/test_multi5.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # -*- coding: iso-8859-1 -*- # vi:ts=4:et -# $Id: test_multi5.py,v 1.11 2003/04/21 18:46:10 mfx Exp $ +# $Id$ import sys, select, time import pycurl diff --git a/pycurl/tests/test_multi6.py b/pycurl/tests/test_multi6.py index 77585e5..6ff8e92 100644 --- a/pycurl/tests/test_multi6.py +++ b/pycurl/tests/test_multi6.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # -*- coding: iso-8859-1 -*- # vi:ts=4:et -# $Id: test_multi6.py,v 1.5 2003/04/21 18:46:10 mfx Exp $ +# $Id$ import sys, select, time import pycurl diff --git a/pycurl/tests/test_multi_vs_thread.py b/pycurl/tests/test_multi_vs_thread.py index a6030cc..c242d30 100644 --- a/pycurl/tests/test_multi_vs_thread.py +++ b/pycurl/tests/test_multi_vs_thread.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # -*- coding: iso-8859-1 -*- # vi:ts=4:et -# $Id: test_multi_vs_thread.py,v 1.15 2004/12/26 17:31:53 mfx Exp $ +# $Id$ import os, sys, time from threading import Thread, RLock diff --git a/pycurl/tests/test_post.py b/pycurl/tests/test_post.py index 574bbda..f0a8ad0 100644 --- a/pycurl/tests/test_post.py +++ b/pycurl/tests/test_post.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # -*- coding: iso-8859-1 -*- # vi:ts=4:et -# $Id: test_post.py,v 1.9 2003/04/21 18:46:11 mfx Exp $ +# $Id$ import urllib import pycurl diff --git a/pycurl/tests/test_post2.py b/pycurl/tests/test_post2.py index fd1395a..74a6eca 100644 --- a/pycurl/tests/test_post2.py +++ b/pycurl/tests/test_post2.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # -*- coding: iso-8859-1 -*- # vi:ts=4:et -# $Id: test_post2.py,v 1.13 2005/03/03 10:00:40 kjetilja Exp $ +# $Id$ import pycurl diff --git a/pycurl/tests/test_post3.py b/pycurl/tests/test_post3.py index 3ebdd55..617eba2 100644 --- a/pycurl/tests/test_post3.py +++ b/pycurl/tests/test_post3.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # -*- coding: iso-8859-1 -*- # vi:ts=4:et -# $Id: test_post3.py,v 1.1 2004/06/21 11:24:18 kjetilja Exp $ +# $Id$ import urllib POSTSTRING = urllib.urlencode({'field1':'value1', 'field2':'value2 with blanks', 'field3':'value3'}) diff --git a/pycurl/tests/test_stringio.py b/pycurl/tests/test_stringio.py index 7fdf153..25e639b 100644 --- a/pycurl/tests/test_stringio.py +++ b/pycurl/tests/test_stringio.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # -*- coding: iso-8859-1 -*- # vi:ts=4:et -# $Id: test_stringio.py,v 1.6 2003/04/21 18:46:11 mfx Exp $ +# $Id$ import sys try: diff --git a/pycurl/tests/test_xmlrpc.py b/pycurl/tests/test_xmlrpc.py index c2ff86d..bc5953e 100644 --- a/pycurl/tests/test_xmlrpc.py +++ b/pycurl/tests/test_xmlrpc.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # -*- coding: iso-8859-1 -*- # vi:ts=4:et -# $Id: test_xmlrpc.py,v 1.7 2003/04/21 18:46:11 mfx Exp $ +# $Id$ ## XML-RPC lib included in python2.2 import xmlrpclib diff --git a/pycurl/tests/util.py b/pycurl/tests/util.py index 945ad0d..a1a9978 100644 --- a/pycurl/tests/util.py +++ b/pycurl/tests/util.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- # vi:ts=4:et -# $Id: util.py,v 1.4 2003/04/21 18:46:11 mfx Exp $ +# $Id$ import os, sys diff --git a/refresh-peer.py b/refresh-peer.py index ae38841..7c55224 100644 --- a/refresh-peer.py +++ b/refresh-peer.py @@ -1,5 +1,5 @@ #!/usr/bin/env plcsh -# $Id: refresh-peer.py 154 2007-03-28 14:15:55Z thierry $ +# $Id$ import sys,os,time diff --git a/setup.py b/setup.py index 78d1343..7206a9e 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: setup.py 519 2007-06-12 14:36:25Z thierry $ +# $Id$ # from distutils.core import setup diff --git a/tests/Makefile b/tests/Makefile index 5c56250..788861a 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,5 +1,5 @@ ### -*-Makefile-*- -# $Id: Makefile 566 2007-06-20 14:44:13Z thierry $ +# $Id$ PLC1=plc1.inria.fr PLC2=plc2.inria.fr diff --git a/tests/Test.py b/tests/Test.py index 9781117..8ff3ad2 100755 --- a/tests/Test.py +++ b/tests/Test.py @@ -5,7 +5,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: Test.py 502 2007-06-11 14:41:07Z thierry $ +# $Id$ # """ diff --git a/tests/TestPeers.py b/tests/TestPeers.py index b6ba4b1..5013317 100755 --- a/tests/TestPeers.py +++ b/tests/TestPeers.py @@ -14,7 +14,7 @@ ### ############################## -subversion_id="$Id: TestPeers.py 560 2007-06-20 13:23:09Z thierry $" +subversion_id="$Id$" import sys import time diff --git a/tools/slice_attributes.py b/tools/slice_attributes.py index b0d20e0..d206098 100755 --- a/tools/slice_attributes.py +++ b/tools/slice_attributes.py @@ -6,7 +6,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: slice_attributes.py,v 1.5 2007/02/04 04:34:26 mlhuang Exp $ +# $Id$ # import re -- 2.43.0