remove unnecessary clicrdv import

This commit is contained in:
Frédéric Péters 2013-03-18 16:11:35 +01:00
parent 70caf11530
commit 644b0bead6
1 changed files with 0 additions and 3 deletions

View File

@ -42,6 +42,3 @@ class CsvDataSource(BaseDataSource):
data.append({'id': get_key(row), 'text': get_value(row)})
return data
import clicrdv