enable & fix keyword expansion
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 25 Jun 2008 08:49:22 +0000 (08:49 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 25 Jun 2008 08:49:22 +0000 (08:49 +0000)
Makefile
doc/Makefile
safexmlrpc.py
setup.py
sm.py

index 1f4c8d7..a056d57 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # 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
index 36b2c1e..3debb14 100644 (file)
@@ -4,7 +4,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: Makefile 5574 2007-10-25 20:33:17Z thierry $
+# $Id$
 #
 
 all: NMAPI.html
index 5346b3c..c74af8e 100644 (file)
@@ -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."""
 
index 569cc99..63c6c80 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # 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 (file)
--- 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