mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Support for the iSilo conversion.
This commit is contained in:
parent
84362bc74a
commit
cc2e306592
1 changed files with 12 additions and 0 deletions
12
Doc/perl/isilo.perl
Normal file
12
Doc/perl/isilo.perl
Normal file
|
@ -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...
|
Loading…
Add table
Add a link
Reference in a new issue