diff options
author | Fred Drake <fdrake@acm.org> | 2001-10-19 21:08:36 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-10-19 21:08:36 (GMT) |
commit | cc2e306592a63429a37f9ef80d5637bbc1a6d819 (patch) | |
tree | d0c85e80e6f183ba9fe1a273f35aea7a2db5d841 | |
parent | 84362bc74af55b77f44572d8e642321435eeaa3c (diff) | |
download | cpython-cc2e306592a63429a37f9ef80d5637bbc1a6d819.zip cpython-cc2e306592a63429a37f9ef80d5637bbc1a6d819.tar.gz cpython-cc2e306592a63429a37f9ef80d5637bbc1a6d819.tar.bz2 |
Support for the iSilo conversion.
-rw-r--r-- | Doc/perl/isilo.perl | 12 |
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... |