Skip to content

Commit

Permalink
Use absolute_import in find_libpython.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Aug 29, 2018
1 parent 1f47404 commit 9adb074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion julia/find_libpython.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Locate libpython associated with this Python executable.
"""

from __future__ import print_function
from __future__ import print_function, absolute_import

from logging import getLogger
import ctypes.util
Expand Down

0 comments on commit 9adb074

Please sign in to comment.