repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
py-cvs-rel2_1 (Rev 1.2) merge
[python/dscho.git]
/
Doc
/
perl
/
howto.perl
blob
76791ebb232962abecf88f9983b3670c7b9bc081
1
# -*- perl -*-
2
#
3
# This implements the Python howto class. All it really needs to do it
4
# load the "python" style.
5
6
package
main
;
7
8
do_require_package
(
"article"
);
9
do_require_package
(
"alltt"
);
10
do_require_package
(
"python"
);
11
12
1
;
# sheesh....