2
0
Fork 0

Fix import for logging.config

with editable install, on python 3.8, i was getting errors which this fixes
This commit is contained in:
Lance Edgar 2024-05-06 21:42:43 -05:00
parent 97e9f535f9
commit 51d884ac8b
2 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## Unreleased
### Changed
- Fix import for `logging.config`.
## [0.1.10] - 2024-04-14
### Changed

View file

@ -27,6 +27,7 @@ WuttJamaican - app configuration
import configparser
import importlib
import logging
import logging.config
import os
import sys
import tempfile