mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
* Remove executable permissions from non-script files * Remove harmless-but-useless shebang lines
8 lines
210 B
Python
8 lines
210 B
Python
# Copyright (C) 2012-2021 jrnl contributors
|
|
# License: https://www.gnu.org/licenses/gpl-3.0.html
|
|
|
|
try:
|
|
from .__version__ import __version__
|
|
except ImportError:
|
|
__version__ = "source"
|
|
__title__ = "jrnl"
|