Update of /cvsroot/tmda/tmda/TMDA
In directory sc8-pr-cvs1:/tmp/cvs-serv21370

Modified Files:
        Defaults.py 
Log Message:
Removed CGI_PATH_TO_PENDING as it is no longer needed.


Index: Defaults.py
===================================================================
RCS file: /cvsroot/tmda/tmda/TMDA/Defaults.py,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- Defaults.py 25 Nov 2002 20:50:38 -0000      1.158
+++ Defaults.py 26 Nov 2002 19:43:21 -0000      1.159
@@ -480,19 +480,6 @@
 if CGI_ACTIVE and not vars().has_key('CGI_PAGER_SIZE'):
     CGI_PAGER_SIZE = 25
 
-# CGI_PATH_TO_PENDING
-# *REQUIRED* path to tmda-pending.  tmda-cgi will not function if this
-# variable is set wrong.
-#
-# Example:
-# CGI_PATH_TO_PENDING = "/usr/bin/tmda-pending"
-#
-# Default is "../../bin/tmda-pending" (which assumes you are running
-# directly out of the source tree).
-if CGI_ACTIVE and not vars().has_key('CGI_PATH_TO_PENDING'):
-    CGI_PATH_TO_PENDING = os.path.split(PARENTDIR)[0] # '../../'
-    CGI_PATH_TO_PENDING = os.path.join(CGI_PATH_TO_PENDING, 'bin', 'tmda-pending')
-
 # CGI_SESSION_EXP
 # Number of seconds a session is guaranteed to remain on the system
 # before there is a chance of it being cleaned up.  Users who are

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

Reply via email to