Update of /cvsroot/tmda/tmda/TMDA
In directory usw-pr-cvs1:/tmp/cvs-serv26279/TMDA

Modified Files:
        Defaults.py 
Log Message:
Change all ~/.tmdarc references to ~/.tmda/config. ~/.tmdarc is
still supported, just not emphasized or documented.


Index: Defaults.py
===================================================================
RCS file: /cvsroot/tmda/tmda/TMDA/Defaults.py,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- Defaults.py 13 Nov 2002 01:56:53 -0000      1.153
+++ Defaults.py 14 Nov 2002 00:09:52 -0000      1.154
@@ -61,7 +61,7 @@
         progpath = os.path.normpath(progdir + '/' + linkpath)
 PARENTDIR = os.path.split(os.path.dirname(progpath))[0] # '../'
 
-# If the file /etc/tmdarc exists, read it before ~/.tmdarc.
+# If the file /etc/tmdarc exists, read it before ~/.tmda/config.
 # Make site-wide configuration changes to this file.
 GLOBAL_TMDARC = '/etc/tmdarc'
 if os.path.exists(GLOBAL_TMDARC):

_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs

Reply via email to