File: __init__.py

package info (click to toggle)
python-django-registration 1.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 704 kB
  • ctags: 306
  • sloc: python: 876; makefile: 84
file content (4 lines) | stat: -rw-r--r-- 176 bytes parent folder | download
1
2
3
4
from registration.tests.default_backend import *
from registration.tests.forms import *
from registration.tests.models import *
from registration.tests.simple_backend import *