Skip to content

Commit

Permalink
Fix linearPotential import to new package structure
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Jan 27, 2019
1 parent 72b6f53 commit 62e9510
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions galpy/potential/IsothermalDiskPotential.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
# self-gravitating isothermal disk
###############################################################################
import numpy
from galpy.util import bovy_conversion
from galpy.potential_src.linearPotential import linearPotential, _APY_LOADED
from .linearPotential import linearPotential, _APY_LOADED
if _APY_LOADED:
from astropy import units
class IsothermalDiskPotential(linearPotential):
Expand Down

0 comments on commit 62e9510

Please sign in to comment.