Fixed CSV changes: Added support for python 2.5.x.

This commit is contained in:
Emanuel Schuetze 2011-11-29 11:02:31 +01:00
parent 7942de0370
commit e91df2b67b

View File

@ -10,6 +10,8 @@
:license: GNU GPL, see LICENSE for more details.
"""
from __future__ import with_statement
import csv
import utils.csv_ext
from urllib import urlencode