CVS: tmda-cgi/stubs vmailmgr1.py,1.1,1.2 vmailmgrinfo.py,1.1,1.2
Jim Ramsay <[email protected]>
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tmda/tmda-cgi/stubs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22252 Modified Files: vmailmgr1.py vmailmgrinfo.py Log Message: 'python2' is not correct for most systems. Index: vmailmgr1.py =================================================================== RCS file: /cvsroot/tmda/tmda-cgi/stubs/vmailmgr1.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- vmailmgr1.py 2 Feb 2004 15:11:05 -0000 1.1 +++ vmailmgr1.py 2 Feb 2004 20:02:02 -0000 1.2 @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python # # Copyright (C) 2003 John Maslanik <[email protected]> # Index: vmailmgrinfo.py =================================================================== RCS file: /cvsroot/tmda/tmda-cgi/stubs/vmailmgrinfo.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- vmailmgrinfo.py 2 Feb 2004 15:11:05 -0000 1.1 +++ vmailmgrinfo.py 2 Feb 2004 20:02:06 -0000 1.2 @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python # # Copyright (C) 2003 John Maslanik <[email protected]> #