File: variables.py

package info (click to toggle)
whichwayisup 0.7.9-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,680 kB
  • ctags: 269
  • sloc: python: 2,370; makefile: 4; sh: 3
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 = {}