]> granicus.if.org Git - python/commitdiff
Support for the iSilo conversion.
authorFred Drake <fdrake@acm.org>
Fri, 19 Oct 2001 21:08:36 +0000 (21:08 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 19 Oct 2001 21:08:36 +0000 (21:08 +0000)
Doc/perl/isilo.perl [new file with mode: 0644]

diff --git a/Doc/perl/isilo.perl b/Doc/perl/isilo.perl
new file mode 100644 (file)
index 0000000..e990b36
--- /dev/null
@@ -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...