On Sat, Dec 27, 2008 at 10:12 AM, mdipierro <
mdip...@cs.depaul.edu> wrote:
>
> {{=BEAUTIFY(request)}} covers everything described there but the list
> of python packages. You can get that with
>
> {{import pkgutil}}
> {{=BEAUTIFY([item[1] for item in pkgutil.walk_packages(onerror=lambda
> x:x) if item[2] and '.' not in item[1]])}}