Skip to content

Commit d850720

Browse files
committed
Merge pull request #129 from che85/fix_dependency
BUG: Dependency was still set to SlicerProstateUtils than SlicerProstate
2 parents 3c15745 + 20a1db4 commit d850720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: mpReviewPreprocessor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def __init__(self, parent):
1313
ScriptedLoadableModule.__init__(self, parent)
1414
parent.title = "mpReview Preprocessor"
1515
parent.categories = ["Informatics"]
16-
parent.dependencies = ["SlicerProstateUtils"]
16+
parent.dependencies = ["SlicerProstate"]
1717
parent.contributors = ["Andrey Fedorov (SPL), Robin Weiss (U. of Chicago), Christian Herz (SPL)"]
1818
parent.helpText = """
1919
This is a module for conditioning DICOM data for processing using mpReview module

0 commit comments

Comments
 (0)