Apparently the code to forestall Tk eating events was too aggressive (Tk user input...
[python/dscho.git] / Doc / perl / howto.perl
blob76791ebb232962abecf88f9983b3670c7b9bc081
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("alltt");
10 do_require_package("python");
12 1; # sheesh....