File: settings.py

package info (click to toggle)
staticsite 2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 14,648 kB
  • sloc: javascript: 33,722; python: 9,851; makefile: 46; sh: 4
file content (10 lines) | stat: -rw-r--r-- 185 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# settings.py used as data for testing Settings.load

# This should be read
UPPERCASE = True

# This should be ignored
lowercase = True

# This should also be ignored
import os  # noqa