Skip to content

Commit

Permalink
adding sbpy.data.names
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mommert committed Aug 26, 2017
1 parent 30e9c97 commit 473920c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions sbpy/data/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from .core import *
from .names import *

#__all__ = ['DataClass', 'Ephem', 'Orbit', 'Phys', 'names', 'mpc_observations', 'sb_search', 'image_search', 'pds_ferret']
2 changes: 1 addition & 1 deletion sbpy/data/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ def from_pyephem(cls, orb, location, epoch):
"""

class Phys():
class Phys(DataClass):
"""Class for storing and querying physical properties"""

@classmethod
Expand Down

0 comments on commit 473920c

Please sign in to comment.