CVS: tmda/TMDA Defaults.py,1.198,1.199

"Jason R. Mastaler" <[email protected]> Sun, 08 Feb 2004 16:24:00 -0800
Newsgroups gmane.mail.spam.tmda.cvs
Message-ID <[email protected]>
Update of /cvsroot/tmda/tmda/TMDA
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22189/TMDA

Modified Files:
	Defaults.py 
Log Message:
typo.  TMDARC must be path expanded right away so it can be
execfiled.


Index: Defaults.py
===================================================================
RCS file: /cvsroot/tmda/tmda/TMDA/Defaults.py,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -r1.198 -r1.199
--- Defaults.py	6 Feb 2004 01:21:14 -0000	1.198
+++ Defaults.py	9 Feb 2004 00:23:58 -0000	1.199
@@ -75,7 +75,7 @@
 # to ~/.tmda/config
 TMDARC = os.environ.get('TMDARC')
 if not TMDARC:
-    TMDARC = "~/.tmda/config"
+    TMDARC = os.path.expanduser('~/.tmda/config')
 
 # CONFIG_EXEC
 # If set to 0 in GLOBAL_TMDARC, the user's TMDARC file will be parsed
@@ -1616,7 +1616,6 @@
     'RESPONSE_DIR': None,
     'SENDMAIL_PROGRAM': None,
     'TEMPLATE_DIR': None,
-    'TMDARC': None,
     'VIRTUALDOMAINS': None
     }