Fixed CSV changes: Added support for python 2.5.x.
This commit is contained in:
parent
7942de0370
commit
e91df2b67b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user