Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
aee5e26f4b917d2db2e255a3b86f70d747386763
/
.
/
Doc
/
perl
/
howto.perl
blob: ee8f3a48b9b0a993c2664b434230c219046dd311 [
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
(
"python"
);
1
;
# sheesh....