Add CVS ID.
authorFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Fri, 20 Jul 2007 19:35:29 +0000 (19:35 +0000)
committerFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Fri, 20 Jul 2007 19:35:29 +0000 (19:35 +0000)
sm.py

diff --git a/sm.py b/sm.py
index eb45362..2d1f288 100644 (file)
--- a/sm.py
+++ b/sm.py
@@ -7,6 +7,8 @@ also to make inter-sliver resource loans.  The sliver manager is also
 responsible for handling delegation accounts.
 """
 
+# $Id$
+
 try: from bwlimit import bwmin, bwmax
 except ImportError: bwmin, bwmax = 8, 1000*1000*1000
 import accounts