diff options
author | Benoit Foucher <benoit@zeroc.com> | 2020-03-26 15:03:18 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2020-03-26 15:03:18 +0100 |
commit | ab5fdbbb923a7c5fa79afa52b8afdd60070235d0 (patch) | |
tree | 4d685996bd65066e8bede4936c8c9ab667026b0c /scripts/Component.py | |
parent | Fix nugetPackageCache check (diff) | |
download | ice-ab5fdbbb923a7c5fa79afa52b8afdd60070235d0.tar.bz2 ice-ab5fdbbb923a7c5fa79afa52b8afdd60070235d0.tar.xz ice-ab5fdbbb923a7c5fa79afa52b8afdd60070235d0.zip |
Fixed Nuget package version caching
Diffstat (limited to 'scripts/Component.py')
-rw-r--r-- | scripts/Component.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/Component.py b/scripts/Component.py index fa04a7b089c..8e7ac947eab 100644 --- a/scripts/Component.py +++ b/scripts/Component.py @@ -35,9 +35,6 @@ class Ice(Component): "mx" : [True], } - def __init__(self): - self.nugetVersion = None - def useBinDist(self, mapping, current): return Component._useBinDist(self, mapping, current, "ICE_BIN_DIST") |