unused imports removed

This commit is contained in:
Romain Bignon 2010-08-12 09:19:35 +02:00
commit 7949fcc8f1
16 changed files with 4 additions and 26 deletions

View file

@ -15,9 +15,12 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
__all__ = ['ClientForm', 'mechanize']
import mechanize
if hasattr(mechanize, "FormParser"):
ClientForm = mechanize
else:
import ClientForm