]> git.ipfire.org Git - location/libloc.git/commitdiff
python: Export __version__ in location module
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 26 Sep 2022 23:10:43 +0000 (23:10 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 27 Sep 2022 16:46:56 +0000 (16:46 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/python/location/__init__.py

index f63573775f3c67729a85cf2df695897aef7d354f..5d6710d28b1a19ecc6e95617c68fa092c03fedd6 100644 (file)
@@ -19,6 +19,7 @@
 
 # Import everything from the C module
 from _location import *
+from _location import __version__
 
 # Initialise logging
 from . import logger