CVS: tmda compileall,1.6,1.7
"Jason R. Mastaler" <[email protected]>
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tmda/tmda In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7996 Modified Files: compileall Log Message: make it more difficult for folks to accidentally use Python < 2.3. Index: compileall =================================================================== RCS file: /cvsroot/tmda/tmda/compileall,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- compileall 15 Jan 2004 22:58:10 -0000 1.6 +++ compileall 2 Feb 2004 21:38:31 -0000 1.7 @@ -28,5 +28,5 @@ import sys tmda_tld = os.path.dirname(sys.argv[0]) -compileall.compile_dir(tmda_tld, force=1) +compileall.compile_dir(tmda_tld, force=True)