[twill] included packages name change

Titus Brown titus at caltech.edu
Sun Jul 1 16:10:31 PDT 2007


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



More information about the twill mailing list