From 3f01a8df5899602098c79b61b46ff54b48b1ae75 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 28 Jun 2011 22:15:18 +0200 Subject: [PATCH] svn keywords and cosmetic --- bootauth.py | 7 +------ config.py | 5 ----- curlwrapper.py | 2 +- plcapi.py | 3 --- safexmlrpc.py | 3 --- 5 files changed, 2 insertions(+), 18 deletions(-) diff --git a/bootauth.py b/bootauth.py index 445891e..dae075c 100755 --- a/bootauth.py +++ b/bootauth.py @@ -1,16 +1,11 @@ #!/usr/bin/python # -# $Id$ -# $URL$ -# -# Test script for obtaining a node session key. Usually, the Boot +# Obtaining a node session key. Usually, the Boot # Manager obtains it, then writes it to /etc/planetlab/session. # # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id$ -# import os, sys import getopt diff --git a/config.py b/config.py index 9efdecc..cfc35f8 100644 --- a/config.py +++ b/config.py @@ -1,16 +1,11 @@ #!/usr/bin/python # -# $Id$ -# $URL$ -# # Parses the PLC configuration file /etc/planetlab/plc_config, which # is bootstrapped by Boot Manager, but managed by us. # # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id$ -# import os diff --git a/curlwrapper.py b/curlwrapper.py index 21b499c..bed1b3c 100644 --- a/curlwrapper.py +++ b/curlwrapper.py @@ -3,7 +3,7 @@ # it turned out, however, that after around 10 cycles of the nodemanager, # attempts to call GetSlivers were failing with a curl error 60 # we are thus reverting to the version from tag curlwrapper.py-NodeManager-2.0-8 -# the (broekn) pycurl version can be found in tags 2.0-9 and 2.0-10 +# the (broken) pycurl version can be found in tags 2.0-9 and 2.0-10 from subprocess import PIPE, Popen from select import select diff --git a/plcapi.py b/plcapi.py index a6a74a4..acccda0 100644 --- a/plcapi.py +++ b/plcapi.py @@ -1,6 +1,3 @@ -# $Id$ -# $URL$ - import safexmlrpc import hmac try: diff --git a/safexmlrpc.py b/safexmlrpc.py index 4f8b639..2392c0d 100644 --- a/safexmlrpc.py +++ b/safexmlrpc.py @@ -1,6 +1,3 @@ -# $Id$ -# $URL$ - """Leverage curl to make XMLRPC requests that check the server's credentials.""" import xmlrpclib -- 2.43.0