1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-11-22 05:36:54 +01:00
lodel2_mirror/tests/loader_utils.py

10 lines
181 B
Python

#-*- coding: utf-8 -*-
#
# This file should be imported in every tests files
#
from lodel.settings.settings import Settings
if not Settings.started():
Settings('globconf.d')