diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-09-22 10:30:29 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-09-22 10:30:29 +0000 |
commit | ff427ef5c8f0f7f112f93a40f23cff3c040ed9f8 (patch) | |
tree | b6f6c3cc29eb594d50aa33ac49507f1afe262f6c /cpp/config/IceGridAdmin.py | |
parent | src/IceGrid (diff) | |
download | ice-ff427ef5c8f0f7f112f93a40f23cff3c040ed9f8.tar.bz2 ice-ff427ef5c8f0f7f112f93a40f23cff3c040ed9f8.tar.xz ice-ff427ef5c8f0f7f112f93a40f23cff3c040ed9f8.zip |
Oops, previous commit was accidental
Diffstat (limited to 'cpp/config/IceGridAdmin.py')
-rw-r--r-- | cpp/config/IceGridAdmin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/config/IceGridAdmin.py b/cpp/config/IceGridAdmin.py index 2969fae4e0b..ec06c9f78ce 100644 --- a/cpp/config/IceGridAdmin.py +++ b/cpp/config/IceGridAdmin.py @@ -15,7 +15,7 @@ from threading import Thread # Set nreplicas to a number N to test replication with N replicas. # nreplicas=0 -nreplicas=2 +#nreplicas=2 for toplevel in [".", "..", "../..", "../../..", "../../../.."]: toplevel = os.path.normpath(toplevel) |