Remove compat texttable module - breaks on Python 2.7
This commit is contained in:
parent
8cab05feb4
commit
7a4b69edc0
4 changed files with 2 additions and 607 deletions
|
|
@ -1,8 +1,7 @@
|
|||
from __future__ import unicode_literals
|
||||
from __future__ import absolute_import
|
||||
import os
|
||||
|
||||
from fig.compat import texttable
|
||||
import texttable
|
||||
|
||||
|
||||
class Formatter(object):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue