Package common :: Module config
[hide private]
[frames] | no frames]

Module config

source code

Classes [hide private]
  Config
Variables [hide private]
  opt_int = ['integer', 0]
  opt_str = ['string', 0]
  opt_bool = ['boolean', 0]
  opt_color = ['color', '^(#[0-9a-fA-F]{6})|()$']
  opt_one_window_types = ['never', 'always', 'always_with_roster...
  opt_treat_incoming_messages = ['', 'chat', 'normal']
  OPT_DESC = 2
  OPT_RESTART = 3
  OPT_TYPE = 0
  OPT_VAL = 1

Imports: sys, re, copy, defs


Variables Details [hide private]

opt_int

Value:
['integer', 0]

opt_str

Value:
['string', 0]

opt_bool

Value:
['boolean', 0]

opt_color

Value:
['color', '^(#[0-9a-fA-F]{6})|()$']

opt_one_window_types

Value:
['never', 'always', 'always_with_roster', 'peracct', 'pertype']

opt_treat_incoming_messages

Value:
['', 'chat', 'normal']

OPT_DESC

Value:
2

OPT_RESTART

Value:
3

OPT_TYPE

Value:
0

OPT_VAL

Value:
1