Skip to content

Commit

Permalink
rename extmap.py -> dustmap.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kbarbary committed Jan 26, 2015
1 parent bc2ac62 commit 2e5b1f5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sncosmo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,12 @@ class Conf(ConfigNamespace):

# Do all the necessary imports: everything except registry goes in the
# top-level namespace.
from .dustmap import *
from .spectral import *
from .models import *
from .io import *
from .snanaio import *
from .fitting import *
from .extmap import *
from .simulation import *
from . import registry
from .builtins import *
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 2e5b1f5

Please sign in to comment.