unused imports removed
This commit is contained in:
parent
d681ed8c76
commit
7949fcc8f1
16 changed files with 4 additions and 26 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue