File: __init__.py

package info (click to toggle)
python-django 3%3A4.2.28-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 58,896 kB
  • sloc: python: 334,975; javascript: 18,754; xml: 215; makefile: 178; sh: 27
file content (4 lines) | stat: -rw-r--r-- 165 bytes parent folder | download | duplicates (9)
1
2
3
4
# Sample project used by test_extraction.CustomLayoutExtractionTests
from django.utils.translation import gettext as _

string = _("This is a project-level string")