mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 23:10:17 +00:00
this should work better
This commit is contained in:
@@ -9,7 +9,7 @@ except ImportError:
|
||||
try:
|
||||
import simplejson as json
|
||||
except ImportError:
|
||||
import tablib.packages.simplejson as json # use the vendorized copy
|
||||
from tablib.packages import simplejson as json # use the vendorized copy
|
||||
|
||||
import tablib.core
|
||||
|
||||
|
||||
Reference in New Issue
Block a user