Skip to content

Commit

Permalink
Move download_file() to the utils module
Browse files Browse the repository at this point in the history
  • Loading branch information
tritemio committed Aug 1, 2017
1 parent 6eb7260 commit 1512595
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/notebooks/pycorrelate-examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"outputs": [],
"source": [
"url = 'http://files.figshare.com/2182601/0023uLRpitc_NTP_20dT_0.5GndCl.hdf5'\n",
"pyc.download_file(url, save_dir='data')"
"pyc.utils.download_file(url, save_dir='data')"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion pycorrelate/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .pycorrelate import *
from .utils import download_file
from . import utils


__author__ = """Antonino Ingargiola"""
Expand Down

0 comments on commit 1512595

Please sign in to comment.