Skip to content

Commit

Permalink
undid relative import in __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
nkern committed Apr 2, 2018
1 parent 505bc46 commit d86c480
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions hera_pspec/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
"""
__init__.py file for hera_pspec
"""
import .version
import .conversions
import .bootstrap
from .uvpspec import UVPSpec
from .pspecdata import PSpecData
from .parameter import PSpecParam
import version
import conversions
import bootstrap
from uvpspec import UVPSpec
from pspecdata import PSpecData
from parameter import PSpecParam

# XXX: This will eventually be deprecated
import legacy_pspec as legacy
Expand Down

0 comments on commit d86c480

Please sign in to comment.