Removed import of openpyxl all together

It's not needed for any of these tests, but if it were we would
need to check for the python version to import the right one.
This commit is contained in:
James Patrick Robinson Jr 2013-08-28 11:40:37 -04:00
parent d8f0a018ae
commit 9e45b95d12
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@
import unittest
import sys
from tablib.packages import openpyxl
import os
import tablib
from tablib.compat import markup, unicode