Fix syntax error with Python<2.6

This commit is contained in:
Laurent Bachelier 2010-09-30 23:49:15 +02:00
commit 0cdcd10b52

View file

@ -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