File: variables.py

package info (click to toggle)
whichwayisup 0.7.9-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,808 kB
  • sloc: python: 2,372; sh: 3; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (9)
1
2
3
4
5
'''A very, very simple module for storing config.
Separated from the util module to avoid import loops.'''

class Variables:
  vdict = {}