File: __init__.py

package info (click to toggle)
django-tables 0.10.2-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 520 kB
  • sloc: python: 2,361; makefile: 110
file content (5 lines) | stat: -rw-r--r-- 184 bytes parent folder | download
1
2
3
4
5
# -*- coding: utf-8 -*-
from .tables import Table
from .columns import Column, CheckBoxColumn, LinkColumn, TemplateColumn
from .config import RequestConfig
from .utils import A, Attrs