source:
trunk/essentials/dev-lang/python/Doc/perl/howto.perl@
3951
| Last change on this file since 3951 was 3225, checked in by , 19 years ago | |
|---|---|
| File size: 242 bytes | |
| Line | |
|---|---|
| 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.... |
Note:
See TracBrowser
for help on using the repository browser.
