File: authentication.py

package info (click to toggle)
django-tastypie 0.15.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,952 kB
  • sloc: python: 14,757; makefile: 83; sh: 42
file content (4 lines) | stat: -rw-r--r-- 64 bytes parent folder | download
1
2
3
4
from unittest import mock


OAuth20Authentication = mock.Mock()