File: mdbConstants.py

package info (click to toggle)
python-screed 1.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 820 kB
  • sloc: python: 3,356; makefile: 169; sh: 32; javascript: 16
file content (5 lines) | stat: -rw-r--r-- 113 bytes parent folder | download | duplicates (10)
1
2
3
4
5
_SCREEDADMIN = 'SCREEDADMIN'
_DICT_TABLE = 'DICTIONARY_TABLE'
_PRIMARY_KEY = 'id'
_DBNAME = 'sdb'
_USER = 'alex'