10 lines
205 B
Plaintext
10 lines
205 B
Plaintext
|
|
# -*- Mode: Python; -*-
|
||
|
|
|
||
|
|
include_rules = [
|
||
|
|
# Allowed to use discovery module.
|
||
|
|
'+discovery/public',
|
||
|
|
'+discovery/dnssd/public',
|
||
|
|
# Also necessary to implement discovery APIs.
|
||
|
|
'+discovery/common',
|
||
|
|
]
|