Remove compat texttable module - breaks on Python 2.7

This commit is contained in:
Aanand Prasad 2014-01-09 15:32:06 +00:00
commit 7a4b69edc0
4 changed files with 2 additions and 607 deletions

View file

@ -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):