this should work better

This commit is contained in:
Kenneth Reitz
2011-02-17 19:54:10 -05:00
parent 288b15fb54
commit 832bfbbb1b
+1 -1
View File
@@ -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