Skip to content

Commit

Permalink
Move import to top of file
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeeren committed Oct 26, 2016
1 parent f27eb1c commit 6b0f058
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/aacgmv2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
__version__ = "1.0.13"

import os as _os

__version__ = "1.0.13"

# path and filename prefix for the IGRF coefficients
AACGM_v2_DAT_PREFIX = _os.path.join(_os.path.realpath(_os.path.dirname(__file__)), 'aacgm_coeffs', 'aacgm_coeffs-12-')
Expand Down

0 comments on commit 6b0f058

Please sign in to comment.