From: Thierry Parmentelat Date: Wed, 25 Jun 2008 08:49:22 +0000 (+0000) Subject: enable & fix keyword expansion X-Git-Tag: NodeManager-1.7-17~3 X-Git-Url: http://git.onelab.eu/?p=nodemanager.git;a=commitdiff_plain;h=a11d8dfe94eeb37d9b18e54e88f92fc8490887ce enable & fix keyword expansion --- diff --git a/Makefile b/Makefile index 1f4c8d7..a056d57 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: Makefile,v 1.2 2006/11/13 20:04:44 mlhuang Exp $ +# $Id$ # # autoconf compatible variables diff --git a/doc/Makefile b/doc/Makefile index 36b2c1e..3debb14 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: Makefile 5574 2007-10-25 20:33:17Z thierry $ +# $Id$ # all: NMAPI.html diff --git a/safexmlrpc.py b/safexmlrpc.py index 5346b3c..c74af8e 100644 --- a/safexmlrpc.py +++ b/safexmlrpc.py @@ -1,4 +1,4 @@ -# $Id: safexmlrpc.py 9491 2008-05-28 15:49:13Z thierry $ +# $Id$ """Leverage curl to make XMLRPC requests that check the server's credentials.""" diff --git a/setup.py b/setup.py index 569cc99..63c6c80 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: setup.py,v 1.4 2006/11/28 21:36:06 mlhuang Exp $ +# $Id$ # from distutils.core import setup, Extension diff --git a/sm.py b/sm.py index a050ded..8fab86e 100644 --- a/sm.py +++ b/sm.py @@ -7,7 +7,7 @@ also to make inter-sliver resource loans. The sliver manager is also responsible for handling delegation accounts. """ -# $Id: sm.py,v 1.28 2007/07/27 18:02:36 dhozac Exp $ +# $Id$ try: from bwlimit import bwmin, bwmax except ImportError: bwmin, bwmax = 8, 1000*1000*1000