* Table's __unicode__ method no longer returns as_html()
[django-tables2.git] / django_tables2 / __init__.py
1 from .tables import Table
2 from .columns import *