mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-15 07:43:51 +01:00
fix importerror
This commit is contained in:
parent
145401de33
commit
70a166275e
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ import logging
|
||||||
import tempfile
|
import tempfile
|
||||||
import subprocess as sp
|
import subprocess as sp
|
||||||
|
|
||||||
from pycalver import config
|
from . import config
|
||||||
|
|
||||||
logger = logging.getLogger("pycalver2.vcs")
|
logger = logging.getLogger("pycalver2.vcs")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue