]> git.ipfire.org Git - location/debian/libloc.git/blobdiff - src/python/location/__init__.py
New upstream version 0.9.16
[location/debian/libloc.git] / src / python / location / __init__.py
index f63573775f3c67729a85cf2df695897aef7d354f..e0ba510e6cefe7b328449e7310b360177c855279 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/python3
 ###############################################################################
 #                                                                             #
 # libloc - A library to determine the location of someone on the Internet     #
@@ -19,6 +18,7 @@
 
 # Import everything from the C module
 from _location import *
+from _location import __version__
 
 # Initialise logging
 from . import logger