rename jrnl.py to controller.py

This commit is contained in:
Jonathan Wren 2023-01-10 17:14:53 -08:00
parent 9985c8a87a
commit 36a22352c6
4 changed files with 5 additions and 5 deletions

View file

@ -9,7 +9,7 @@ import pytest
import jrnl
from jrnl.args import parse_args
from jrnl.jrnl import _display_search_results
from jrnl.controller import _display_search_results
@pytest.fixture