From 6f9d730710634512a973003370492438838dd314 Mon Sep 17 00:00:00 2001 From: Mitch Watrous Date: Tue, 22 Mar 2011 16:21:35 -0700 Subject: [PATCH] Add descriptive comment for utils.py --- utils.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/utils.py b/utils.py index b1b44bb93..e36e20acb 100644 --- a/utils.py +++ b/utils.py @@ -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