diff options
Diffstat (limited to 'py/demo/Ice/throughput/Server.py')
-rwxr-xr-x | py/demo/Ice/throughput/Server.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/py/demo/Ice/throughput/Server.py b/py/demo/Ice/throughput/Server.py index 6ba8fc10661..83c9ecf3e9b 100755 --- a/py/demo/Ice/throughput/Server.py +++ b/py/demo/Ice/throughput/Server.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. # # This copy of Ice is licensed to you under the terms described in the # ICE_LICENSE file included in this distribution. @@ -15,7 +15,7 @@ import Demo class ThroughputI(Demo.Throughput): def __init__(self): - warmup = False + self.warmup = False if sys.version_info[0] == 2: b = [] |