cleanup svn keywords
[nodemanager.git] / bwmon.py
index ba59fe8..0b825cf 100644 (file)
--- a/bwmon.py
+++ b/bwmon.py
@@ -496,6 +496,9 @@ def sync(nmdbcopy):
     if default_MaxRate == -1:
         default_MaxRate = 1000000
 
+    # xxx $Id$ 
+    # with svn we used to have a trick to detect upgrades of this file
+    # this has gone with the move to git, without any noticeable effect on operations though
     try:
         f = open(DB_FILE, "r+")
         logger.verbose("bwmon: Loading %s" % DB_FILE)