🐛 fix import in test

This commit is contained in:
Marc Koch 2022-10-30 00:41:31 +02:00
parent ee921626ff
commit 27e82d3705
Signed by: marc
GPG Key ID: 12406554CFB028B9
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import os
import json
from src.civiproxy_logs2json import translate_logfile
from src.civiproxy_logs2json.__main__ import translate_logfile
def test_translate_logfile():