From: Fred Drake Date: Fri, 19 Oct 2001 21:08:36 +0000 (+0000) Subject: Support for the iSilo conversion. X-Git-Tag: v2.2.1c1~1145 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc2e306592a63429a37f9ef80d5637bbc1a6d819;p=thirdparty%2FPython%2Fcpython.git Support for the iSilo conversion. --- diff --git a/Doc/perl/isilo.perl b/Doc/perl/isilo.perl new file mode 100644 index 000000000000..e990b36cb185 --- /dev/null +++ b/Doc/perl/isilo.perl @@ -0,0 +1,12 @@ +package main; + +$USING_STYLES = 0; +$NO_NAVIGATION = 1; +$INDEX_COLUMNS = 1; +$MODULE_INDEX_COLUMNS = 1; + +sub child_line { + return ''; +} + +1; # stupid perl...