source: vendor/python/2.5/Doc/perl/isilo.perl

Last change on this file was 3225, checked in by bird, 18 years ago

Python 2.5

File size: 162 bytes
Line 
1package main;
2
3$USING_STYLES = 0;
4$NO_NAVIGATION = 1;
5$INDEX_COLUMNS = 1;
6$MODULE_INDEX_COLUMNS = 1;
7
8sub child_line {
9 return '';
10}
11
121; # stupid perl...
Note: See TracBrowser for help on using the repository browser.