Added 'list_only' option (and modified 'run()' to respect it).
[python/dscho.git] / Doc / perl / howto.perl
blob42f722fb08630c112f4969d9be1c7523f5c0d627
1 # -*- perl -*-
3 # This implements the Python howto class. All it really needs to do it
4 # load the "python" style.
6 package main;
8 do_require_package("article");
9 #do_require_package("verbatim");
10 do_require_package("python");
12 1; # sheesh....