Skip to content

Commit

Permalink
Python3 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Feb 28, 2015
1 parent b4c3f3b commit c353529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geocoder/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import sys
import json
from collections import defaultdict
from haversine import haversine
from .haversine import haversine


class Base(object):
Expand Down

0 comments on commit c353529

Please sign in to comment.