Staging
v0.8.1
https://github.com/python/cpython
Revision 3b43e46b3d14880fd79b4db4d908411a9a555220 authored by Martin v. Löwis on 23 December 2008, 13:18:53 UTC, committed by Martin v. Löwis on 23 December 2008, 13:18:53 UTC
1 parent 8ba4cc9
Raw File
Tip revision: 3b43e46b3d14880fd79b4db4d908411a9a555220 authored by Martin v. Löwis on 23 December 2008, 13:18:53 UTC
Prepare for 2.5.4.
Tip revision: 3b43e46
isilo.perl
package main;

$USING_STYLES = 0;
$NO_NAVIGATION = 1;
$INDEX_COLUMNS = 1;
$MODULE_INDEX_COLUMNS = 1;

sub child_line {
    return '';
}

1;      # stupid perl...
back to top