Commit 60d5aceb authored by Michael Tremer's avatar Michael Tremer

python: Export __version__ in location module

Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent 14e821d4
......@@ -19,6 +19,7 @@
# Import everything from the C module
from _location import *
from _location import __version__
# Initialise logging
from . import logger
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment