Skip to content

Commit

Permalink
fix one final missing import IJ in gui update
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Apr 16, 2015
1 parent 6d84463 commit 8bb3ee2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmtkgui.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ def install_dir():

def gui_install_dir():
'''return sensible location to install CMTK GUI'''
from ij import IJ
pluginsdir=IJ.getDirectory('plugins')
return os.path.join(pluginsdir,'Scripts','Plugins','CMTK_Registration')

Expand Down

0 comments on commit 8bb3ee2

Please sign in to comment.