Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
b3c9af17d94e7430168a63a8694e2de9eed2a8e2
/
.
/
Doc
/
perl
/
howto.perl
blob: 76791ebb232962abecf88f9983b3670c7b9bc081 [
file
] [
log
] [
blame
]
# -*- 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....