renamed Monitor to monitor in git
authorBaris Metin <bmetin@verivue.com>
Wed, 13 Apr 2011 21:32:52 +0000 (17:32 -0400)
committerBaris Metin <bmetin@verivue.com>
Wed, 13 Apr 2011 21:32:52 +0000 (17:32 -0400)
module-tools.py

index 8146561..e7c17c1 100755 (executable)
@@ -21,7 +21,8 @@ RENAMED_SVN_MODULES = {
     "MyPLC": "myplc",
     "CoDemux": "codemux",
     "NodeManager": "nodemanager",
-    "NodeUpdate": "nodeupdate"
+    "NodeUpdate": "nodeupdate",
+    "Monitor": "monitor"
     }
 
 def svn_to_git_name(module):