Skip to content

Commit

Permalink
missed an xpa reference
Browse files Browse the repository at this point in the history
  • Loading branch information
sosey committed Mar 30, 2020
1 parent 13a67ff commit 0e41678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imexam/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from . import __version__

try:
import imexamxpa as xpa
from . import imexamxpa as xpa
_have_xpa = True
except ImportError:
_have_xpa = False
Expand Down

0 comments on commit 0e41678

Please sign in to comment.