Skip to content
Snippets Groups Projects
Commit 8efa4310 authored by Frank Poetzsch-Heffter's avatar Frank Poetzsch-Heffter
Browse files

Apply suggestion to aleksis/apps/fibu/__init__.py

parent e047fe34
No related branches found
No related tags found
1 merge request!4Resolve "Todo list merging"
import pkg_resources
try:
__version__ = pkg_resources.get_distribution("AlekSIS-App-Fibu").version
__version__ = pkg_resources.get_distribution("AlekSIS-App-FiBu").version
except Exception:
__version__ = "unknown"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment