fix jdftime jdptime import error

This commit is contained in:
Chen Wei
2015-04-27 20:49:41 +00:00
parent 6c1a4e610d
commit d053f63484

View File

@@ -10,8 +10,8 @@ __version__ = '0.0.3'
from aa_full import findnewmoons
from aa_full import solarterm
from aa_full import jdftime
from aa_full import jdptime
from aa import jdptime
from aa import jdftime
__all__ = ['cn_lunarcal']