Add texttable compat module that is py3k compatible
This commit is contained in:
parent
b101118d1e
commit
c6e91db32f
4 changed files with 581 additions and 2 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue