[Python-checkins] python/dist/src/Doc/tools checkargs.pm, 1.1, 1.1.48.1

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Thu Dec 18 00:30:07 EST 2003


Update of /cvsroot/python/python/dist/src/Doc/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv572

Modified Files:
      Tag: release23-maint
	checkargs.pm 
Log Message:
fix weird sh-bang line


Index: checkargs.pm
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/checkargs.pm,v
retrieving revision 1.1
retrieving revision 1.1.48.1
diff -C2 -d -r1.1 -r1.1.48.1
*** checkargs.pm	8 Jan 1999 15:25:29 -0000	1.1
--- checkargs.pm	18 Dec 2003 05:30:05 -0000	1.1.48.1
***************
*** 1,3 ****
! #!/uns/bin/perl
  
  package checkargs;
--- 1,3 ----
! #! /usr/bin/perl
  
  package checkargs;





More information about the Python-checkins mailing list