Add descriptive comment for utils.py
authorMitch Watrous <watrous@u.washington.edu>
Tue, 22 Mar 2011 16:21:35 -0700
changeset 6937 99ee62eec34c
parent 6936 27990c603962
child 6938 85d201f1c67f
Add descriptive comment for utils.py
utils.py
--- a/utils.py	Tue Mar 22 16:12:36 2011 -0700
+++ b/utils.py	Tue Mar 22 16:21:35 2011 -0700
@@ -1,5 +1,9 @@
 #! /usr/bin/env python
 
+# These methods are used by test.py and waf to look for and read the
+# .ns3rc configuration file, which is used to specify the modules that
+# should be enabled
+
 import os
 import sys