Folks,

at the request of some Debian packageers, I've changed things so that
the versions of mechanize and ClientForm included with twill are
available as

        _mechanize_dist

and

        _mechanize_dist.ClientForm

I hope this won't break too many people's code... I simply went through
and replaced

>>> import mechanize

with

>>> import _mechanize_dist as mechanize

and 

>>> import ClientForm

with

>>> from _mechanize_dist import ClientForm

Please let me know if this causes you any problems beyond the simple
renaming...

cheers,
--titus

_______________________________________________
twill mailing list
[email protected]
http://lists.idyll.org/listinfo/twill

Reply via email to