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