Skip to content

Commit

Permalink
fix jdftime jdptime import error
Browse files Browse the repository at this point in the history
  • Loading branch information
infinet committed Apr 27, 2015
1 parent 6c1a4e6 commit d053f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lunarcalbase.py
Expand Up @@ -10,8 +10,8 @@

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']

Expand Down

0 comments on commit d053f63

Please sign in to comment.