cacassetout #1

Manually merged
fomys merged 15 commits from cacassetout into master 2020-04-24 23:41:36 +02:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 1966b69d53 - Show all commits

3
.gitignore vendored
View File

@ -73,5 +73,6 @@ data/*
.env .env
_build /doc/build
/src/datas/ /src/datas/
/src/doctest_config.toml

View File

@ -13,7 +13,7 @@
import os import os
import sys import sys
sys.path.insert(0, os.path.abspath('../../')) sys.path.insert(0, os.path.abspath('../../src'))
# -- Project information ----------------------------------------------------- # -- Project information -----------------------------------------------------