Skip to content

Commit

Permalink
use __name__ instead of __package__ in ska_helpers.get_version
Browse files Browse the repository at this point in the history
  • Loading branch information
javierggt committed Jan 17, 2020
1 parent 995148f commit 555f91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ska/Sun.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import Ska.quatutil
import ska_helpers

__version__ = ska_helpers.get_version(__package__)
__version__ = ska_helpers.get_version(__name__)


# The position() method is a modification of
Expand Down

0 comments on commit 555f91c

Please sign in to comment.