Fix import for logging.config
with editable install, on python 3.8, i was getting errors which this fixes
This commit is contained in:
parent
97e9f535f9
commit
51d884ac8b
|
@ -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).
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
### Changed
|
||||||
|
- Fix import for `logging.config`.
|
||||||
|
|
||||||
## [0.1.10] - 2024-04-14
|
## [0.1.10] - 2024-04-14
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -27,6 +27,7 @@ WuttJamaican - app configuration
|
||||||
import configparser
|
import configparser
|
||||||
import importlib
|
import importlib
|
||||||
import logging
|
import logging
|
||||||
|
import logging.config
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
import tempfile
|
import tempfile
|
||||||
|
|
Loading…
Reference in a new issue