From a2825bce39a972969463dd37b73cced6ec8921bf Mon Sep 17 00:00:00 2001 From: Nhat Bui Date: Wed, 10 Aug 2016 23:26:28 -0700 Subject: [PATCH] Added '.' to specify location --- Geohash/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Geohash/__init__.py b/Geohash/__init__.py index ff95dfe..2a92614 100644 --- a/Geohash/__init__.py +++ b/Geohash/__init__.py @@ -18,4 +18,4 @@ License along with Geohash. If not, see . """ -from geohash import decode_exactly, decode, encode +from .geohash import decode_exactly, decode, encode