Skip to content

Commit

Permalink
2016-06-07
Browse files Browse the repository at this point in the history
  • Loading branch information
MacHu-GWU committed Jun 7, 2016
1 parent 3c86434 commit 8bb2802
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions uszipcode/searchengine.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,12 @@
try:
from .data import (
DB_FILE, STATE_ABBR_SHORT_TO_LONG, STATE_ABBR_LONG_TO_SHORT)
from .packages.haversine import great_circle
from .packages.fuzzywuzzy.process import extractOne
except:
from uszipcode.data import (
DB_FILE, STATE_ABBR_SHORT_TO_LONG, STATE_ABBR_LONG_TO_SHORT)
try:
from .packages.haversine import great_circle
except:
from uszipcode.packages.haversine import great_circle
try:
from .packages.fuzzywuzzy.process import extractOne
except:
from uszipcode.packages.fuzzywuzzy.process import extractOne


Expand Down

0 comments on commit 8bb2802

Please sign in to comment.