Skip to content

Commit

Permalink
try importing shapely in docs/conf.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Nov 3, 2015
1 parent ed2579f commit 4dd37ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
sys.path.insert(0, os.path.abspath('..'))

from pygbif import occurrences
import shapely
# sys.path.insert(0, os.path.abspath('../pygbif'))
# sys.path.insert(0, os.path.abspath('../../pygbif/occurrences'))
# sys.path.append(os.path.join(os.path.dirname(__name__), '..'))
Expand Down
1 change: 0 additions & 1 deletion pygbif/occurrences/search.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from ..gbifutils import *
from shapely.geometry import box

def search(taxonKey=None, scientificName=None, country=None,
publishingCountry=None, hasCoordinate=None, typeStatus=None,
Expand Down

0 comments on commit 4dd37ea

Please sign in to comment.