another try at committing

This commit is contained in:
Aaron Levin 2012-08-01 11:51:23 -04:00
parent c88c794314
commit e4c39524f7
1 changed files with 3 additions and 2 deletions

View File

@ -5,13 +5,15 @@
import unittest
import sys
import openpyxl
import os
import tablib
from tablib.compat import markup, unicode
class TablibTestCase(unittest.TestCase):
"""Tablib test cases."""
@ -694,6 +696,5 @@ Old |Man |100500
except tablib.InvalidDatasetType:
self.fail("Subclass of tablib.Dataset should be accepted by Databook.add_sheet")
if __name__ == '__main__':
unittest.main()