Merge pull request #518 from mapbox/ipython_default

rm ipython as default from rio insp docstring
This commit is contained in:
Sean Gillies 2015-11-02 14:47:19 -07:00
commit 9bd498a724

View File

@ -334,8 +334,6 @@ def info(ctx, input, aspect, indent, namespace, meta_member, verbose, bidx,
@click.pass_context
def insp(ctx, input, mode, interpreter):
""" Open the input file in a Python interpreter.
IPython will be used as the default interpreter, if available.
"""
import rasterio.tool
verbosity = (ctx.obj and ctx.obj.get('verbosity')) or 1