From a5561d6bd1d0e3aa3acae7985767e167525e0dfd Mon Sep 17 00:00:00 2001 From: Faiyaz Ahmed Date: Fri, 20 Jul 2007 19:35:29 +0000 Subject: [PATCH] Add CVS ID. --- sm.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sm.py b/sm.py index eb45362..2d1f288 100644 --- 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 -- 2.43.0