diff --git a/test-tc.py b/test-tc.py index 07ec0bf..2874b0b 100755 --- a/test-tc.py +++ b/test-tc.py @@ -3,7 +3,7 @@ # Copyright (c) 2003-2004 TundraWare Inc. All Rights Reserved. PROGNAME = "tconfpy Test Driver" -RCSID = "$Id: test-tc.py,v 1.131 2004/04/16 05:47:29 tundra Exp $" +RCSID = "$Id: test-tc.py,v 1.132 2004/04/16 19:50:47 tundra Exp $" VERSION = RCSID.split()[2] # Copyright Information @@ -191,7 +191,7 @@ if len(sys.argv) < 2: print BANNER - print "Usage: test-tc.py [symtbl] [nonewvar] [limitns] [debug] [litvars] file file ..." + print "Usage: test-tc.py [symtbl] [nonewvar] [limitns] [litvars] [debug] file file ..." sys.exit(1) # Process all the requested configuration files, @@ -234,6 +234,7 @@ st = symtbl if LIMITNS: + # Limit the number of namespaces the user can use des = VarDescriptor() des.Value = "NS0" # This is the initial namespace