From 577a3341e5c09f40bddf8a3723818941c32fa5c1 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 10 Apr 2013 21:43:24 +0900 Subject: Add compiled proto bumped version --- src/leap/common/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/leap/common/__init__.py') diff --git a/src/leap/common/__init__.py b/src/leap/common/__init__.py index 5702ca1..19c43c9 100644 --- a/src/leap/common/__init__.py +++ b/src/leap/common/__init__.py @@ -11,9 +11,9 @@ try: import pygeoip HAS_GEOIP = True except ImportError: - logger.debug('PyGeoIP not found. Disabled Geo support.') + #logger.debug('PyGeoIP not found. Disabled Geo support.') HAS_GEOIP = False __all__ = ["certs", "check", "files", "events"] -__version__ = "0.2.0-dev" +__version__ = "0.2.1-dev" -- cgit v1.2.3