Add texttable compat module that is py3k compatible

This commit is contained in:
Christopher Grebs 2014-01-05 19:13:41 -08:00 committed by Ben Firshman
commit c6e91db32f
4 changed files with 581 additions and 2 deletions

View file

@ -1,8 +1,9 @@
from __future__ import unicode_literals
from __future__ import absolute_import
import texttable
import os
from fig.compat import texttable
class Formatter(object):
def table(self, headers, rows):