mirror of
https://github.com/yweber/lodel2.git
synced 2025-11-22 05:36:54 +01:00
10 lines
181 B
Python
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')
|