Skip to content

Commit

Permalink
BUG: Ensure effect FastGrowCut can use EditorLib.LabelEffectLogic
Browse files Browse the repository at this point in the history
This commit fixes the following error:

//-----------
File "/home/jcfr/.config/NA-MIC/Extensions-24309/FastGrowCutEffect/lib/Slicer-4.4/qt-scripted-modules/FastGrowCutEffect.py", line 10, in <module>
  from EditorLib import LabelEffectLogic
ImportError: cannot import name LabelEffectLogic
//-----------

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24339 3bd1e089-480b-0410-8dfb-8563597acbee
  • Loading branch information
jcfr committed Jun 17, 2015
1 parent 74d4ede commit 857fd7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Scripted/EditorLib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from EditColor import *
from EditOptions import *
from HelperBox import *
from LabelEffect import LabelEffectOptions
from LabelEffect import LabelEffectOptions, LabelEffectTool, LabelEffectLogic

# Built-in effects
from PaintEffect import *
Expand Down

0 comments on commit 857fd7c

Please sign in to comment.