Skip to content

Commit

Permalink
Expose getref() to upper namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Nov 16, 2016
1 parent abb791c commit 9c2b901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysynphot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#Get cache
from . import Cache
#Permit resetting refdata
from .refs import setref, showref
from .refs import setref, showref, getref
#
from .locations import get_data_filename
from . import tables
Expand Down

0 comments on commit 9c2b901

Please sign in to comment.