[Python-checkins] CVS: python/dist/src/Doc/perl isilo.perl,NONE,1.1

Fred L. Drake fdrake@users.sourceforge.net
Fri, 19 Oct 2001 14:08:38 -0700


Update of /cvsroot/python/python/dist/src/Doc/perl
In directory usw-pr-cvs1:/tmp/cvs-serv11795/perl

Added Files:
	isilo.perl 
Log Message:
Support for the iSilo conversion.

--- NEW FILE: isilo.perl ---
package main;

$USING_STYLES = 0;
$NO_NAVIGATION = 1;
$INDEX_COLUMNS = 1;
$MODULE_INDEX_COLUMNS = 1;

sub child_line {
    return '';
}

1;      # stupid perl...