diff options
Diffstat (limited to 'src/leap/util/__init__.py')
-rw-r--r-- | src/leap/util/__init__.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/leap/util/__init__.py b/src/leap/util/__init__.py deleted file mode 100644 index a70a9a8b..00000000 --- a/src/leap/util/__init__.py +++ /dev/null @@ -1,9 +0,0 @@ -import logging -logger = logging.getLogger(__name__) - -try: - import pygeoip - HAS_GEOIP = True -except ImportError: - logger.debug('PyGeoIP not found. Disabled Geo support.') - HAS_GEOIP = False |