summaryrefslogtreecommitdiffstats
path: root/Doc/perl/isilo.perl
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-10-19 21:08:36 (GMT)
committerFred Drake <fdrake@acm.org>2001-10-19 21:08:36 (GMT)
commitcc2e306592a63429a37f9ef80d5637bbc1a6d819 (patch)
treed0c85e80e6f183ba9fe1a273f35aea7a2db5d841 /Doc/perl/isilo.perl
parent84362bc74af55b77f44572d8e642321435eeaa3c (diff)
downloadcpython-cc2e306592a63429a37f9ef80d5637bbc1a6d819.zip
cpython-cc2e306592a63429a37f9ef80d5637bbc1a6d819.tar.gz
cpython-cc2e306592a63429a37f9ef80d5637bbc1a6d819.tar.bz2
Support for the iSilo conversion.
Diffstat (limited to 'Doc/perl/isilo.perl')
-rw-r--r--Doc/perl/isilo.perl12
1 files changed, 12 insertions, 0 deletions
diff --git a/Doc/perl/isilo.perl b/Doc/perl/isilo.perl
new file mode 100644
index 0000000..e990b36
--- /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...