Fix plugin import

This commit is contained in:
karimpwnz 2021-01-04 02:41:28 +02:00
parent 654cc6f56a
commit 65e48c3c47

View file

@ -3,7 +3,6 @@
# Copyright (C) 2012-2021 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
from jrnl.plugins.datecount_exporter import DatecountExporter
from .fancy_exporter import FancyExporter
from .jrnl_importer import JRNLImporter
from .json_exporter import JSONExporter