[Chicago] autoimp
Ian Bicking
ianb at colorstudy.com
Thu Jul 20 22:01:37 CEST 2006
Chris McAvoy wrote:
> Just saw this, http://cheeseshop.python.org/pypi/autoimp/1.0.1
>
> Kind of a neat utility. It imports all your modules (ALL your
> modules) but loads them lazily on your first usage. Cool for your
> interactive sessions.
>
> Anyone using it?
I've used py.std just a little, where you do:
from py import std
std.os.unlink('foo')
It has lower overhead than autoimp, but autoimp is a bit more concise
for interactive sessions.
--
Ian Bicking | ianb at colorstudy.com | http://blog.ianbicking.org
More information about the Chicago
mailing list