librarystandards.py@46cdbd4bbc32
librarystandards.py
Fri, 18 Sep 2020 21:41:38 +0300
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Fri, 18 Sep 2020 21:41:38 +0300
- changeset 140
- 46cdbd4bbc32
- parent 96
-
70f8049623ec
- permissions
- -rw-r--r--
added moved to with extension unit tests
from configparser import ConfigParser
from pathlib import Path
from os.path import dirname
ini_path = Path(dirname(__file__)) / 'library-standards.ini'
library_standards = ConfigParser()
with ini_path.open() as file:
library_standards.read_file(file)