diff options
author | Benoit Foucher <benoit@zeroc.com> | 2015-05-25 19:36:57 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2015-05-25 19:36:57 +0200 |
commit | 2f428956ffca9c72edc4922464a48317fb1b0313 (patch) | |
tree | 6abf2c6739540d9be12649d310ff3763b6ebf027 /certs/makecerts.py | |
parent | Fixed Python and Ruby build systems to allow running tests against binary dis... (diff) | |
download | ice-2f428956ffca9c72edc4922464a48317fb1b0313.tar.bz2 ice-2f428956ffca9c72edc4922464a48317fb1b0313.tar.xz ice-2f428956ffca9c72edc4922464a48317fb1b0313.zip |
Renamed zeroc-ice-certutils to zeroc-icecertutils
Diffstat (limited to 'certs/makecerts.py')
-rwxr-xr-x | certs/makecerts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/certs/makecerts.py b/certs/makecerts.py index ae61c6c383b..342e36ba24c 100755 --- a/certs/makecerts.py +++ b/certs/makecerts.py @@ -10,7 +10,7 @@ import os, sys, socket, getopt try: import IceCertUtils except: - print("error: couldn't find IceCertUtils, install `zeroc-ice-certutils' package " + print("error: couldn't find IceCertUtils, install `zeroc-icecertutils' package " "from Python package repository") sys.exit(1) |