jjlee / mechanize

Stateful programmatic web browsing in Python, after Andy Lester's Perl module WWW::Mechanize .
http://wwwsearch.sourceforge.net/mechanize/
618 stars 123 forks source link

Use absolute imports #45

Open jjlee opened 13 years ago

jjlee commented 13 years ago

Require Python 2.5 and use the absolute and relative imports features.

The reason for using absolute imports is described in PEP 328.