Fix syntax error with Python<2.6
This commit is contained in:
parent
a301177175
commit
0cdcd10b52
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
|
||||
from __future__ import with_statement
|
||||
import mechanize
|
||||
import urllib
|
||||
import urllib2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue