Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
1cc58997421cf9edc42e7230146cdf895405a3d1
/
.
/
Doc
/
perl
/
howto.perl
blob: 5fe3eb57f5c37941227f1f7b63ef24dde4796cda [
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....