diff options
author | Bernard Normier <bernard@zeroc.com> | 2019-10-29 14:11:27 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2021-02-01 16:46:20 -0500 |
commit | 9f22d436c536c18df0e3c434162048490c80191f (patch) | |
tree | da5257cb9435bcdbe3614e4f758e36244cac5ed0 /scripts/Component.py | |
parent | Fixed doxygen warnings and updated configs. (diff) | |
download | ice-9f22d436c536c18df0e3c434162048490c80191f.tar.bz2 ice-9f22d436c536c18df0e3c434162048490c80191f.tar.xz ice-9f22d436c536c18df0e3c434162048490c80191f.zip |
Remove IcePatch2 (#602)
Removed IcePatch2 and the corresponding distrib and patching features in IceGrid and IceGridGUI.
Diffstat (limited to 'scripts/Component.py')
-rw-r--r-- | scripts/Component.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/Component.py b/scripts/Component.py index da3b891fe56..b5bf846c65c 100644 --- a/scripts/Component.py +++ b/scripts/Component.py @@ -233,7 +233,6 @@ component = Ice() from Glacier2Util import * from IceBoxUtil import * from IceBridgeUtil import * -from IcePatch2Util import * from IceGridUtil import * from IceStormUtil import * |