Skip to content

Commit

Permalink
fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Alan Weaver committed Nov 13, 2015
1 parent 65fcde3 commit f009f78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pydl/pydlutils/tests/test_sdss.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import numpy as np
import pydl.pydlutils.sdss
from os.path import dirname, join
from astropy.tests.helper import raises
from astropy.tests.helper import remote_data, raises
from ..sdss import (default_skyversion, sdss_flagexist, sdss_flagname,
sdss_flagval, set_maskbits, sdss_astrombad,
sdss_objid)
Expand Down
1 change: 0 additions & 1 deletion pydl/setup_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ def get_package_data():
'pydl.tests': ['coveragerc', 't/*'],
'pydl.pydlspec2d.spec2d.tests': ['t/*'],
'pydl.pydlutils': ['data/filters/*'],
'pydl.pydlutils.sdss.tests': ['t/*'],
'pydl.pydlutils.tests': ['t/*'],
}

Expand Down

0 comments on commit f009f78

Please sign in to comment.