diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2010-10-06 15:11:14 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2010-10-06 15:11:14 -0400 |
| commit | 315a082b70ca3ed60ec1befb52e2d45db361d4ce (patch) | |
| tree | a8741b6661bb61e8fd6bd419396426509f2dadb2 | |
| parent | 120ce9fcd6a7cd42d326be1b32143fc1b868c11a (diff) | |
| download | tablib-315a082b70ca3ed60ec1befb52e2d45db361d4ce.tar.gz | |
Whoops.
| -rw-r--r-- | tablib/formats/_csv.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tablib/formats/_csv.py b/tablib/formats/_csv.py index 27d2e0d..2391417 100644 --- a/tablib/formats/_csv.py +++ b/tablib/formats/_csv.py @@ -7,8 +7,6 @@ import cStringIO import csv import os -import simplejson as json - import tablib |
