Staging
v0.8.1
https://github.com/python/cpython
Raw File
Tip revision: fa38b3ee749388386914a6584b4c7d97aa474abe authored by cvs2svn on 22 December 1998, 21:43:35 UTC
This commit was manufactured by cvs2svn to create tag 'r152b1'.
Tip revision: fa38b3e
howto.perl
# -*- perl -*-
#
# This implements the Python howto class.  All it really needs to do it
# load the "python" style.

package main;

&do_require_package("article");
&do_require_package("python");

1;				# sheesh....
back to top