21
20
from lazr.config import ConfigSchema
22
21
from lazr.config.interfaces import ConfigErrors
24
24
# Calculate some landmark paths.
25
25
import lp.services.config
26
28
here = os.path.dirname(lp.services.config.__file__)
27
29
lazr_schema_file = os.path.join(here, 'schema-lazr.conf')
28
30
lazr_schema = ConfigSchema(lazr_schema_file)