Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
2d253dd9eab53faebb085b00a11ecb99b647c490
/
.
/
Doc
/
perl
/
howto.perl
blob: 76791ebb232962abecf88f9983b3670c7b9bc081 [
file
]
# -*- 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
(
"alltt"
);
do_require_package
(
"python"
);
1
;
# sheesh....