Skip to content

Commit

Permalink
Python3 relative import error
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Feb 28, 2015
1 parent c353529 commit fb6876a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geocoder/baidu.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/python
# coding: utf8

from base import Base
from keys import baidu_key
from .base import Base
from .keys import baidu_key


class Baidu(Base):
Expand Down

0 comments on commit fb6876a

Please sign in to comment.