8 lines
159 B
Makefile
8 lines
159 B
Makefile
# Created by WATO
|
|
# encoding: utf-8
|
|
|
|
if type(define_contactgroups) != dict:
|
|
define_contactgroups = {}
|
|
define_contactgroups.update({'all': u'Everything'})
|
|
|