File: tests.py

package info (click to toggle)
django-floppyforms 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,740 kB
  • ctags: 1,008
  • sloc: python: 4,477; makefile: 120
file content (10 lines) | stat: -rw-r--r-- 237 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# flake8: noqa
from .deprecations import *
from .forms import *
from .gis import GisTests
from .modelforms import *
from .layouts import *
from .rendering import *
from .templatetags import *
from .widgets import *
from .fields import *