From 9e45b95d1238fa530ee7b26a7f0acb6443c10907 Mon Sep 17 00:00:00 2001 From: James Patrick Robinson Jr Date: Wed, 28 Aug 2013 11:40:37 -0400 Subject: [PATCH] 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. --- test_tablib.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test_tablib.py b/test_tablib.py index 4ef13cb..a53612d 100755 --- a/test_tablib.py +++ b/test_tablib.py @@ -5,7 +5,6 @@ import unittest import sys -from tablib.packages import openpyxl import os import tablib from tablib.compat import markup, unicode