diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-10-07 12:58:33 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-10-07 12:58:33 -0230 |
commit | 850c9c1395d0d6dd47e2c7c01d5c02be58b7a919 (patch) | |
tree | 80aa45ea7cf5c635361841ccecf0dc92e0a20e93 /demoscript/Util.py | |
parent | Fix plugin demo on Windows (diff) | |
download | ice-850c9c1395d0d6dd47e2c7c01d5c02be58b7a919.tar.bz2 ice-850c9c1395d0d6dd47e2c7c01d5c02be58b7a919.tar.xz ice-850c9c1395d0d6dd47e2c7c01d5c02be58b7a919.zip |
Bug 4251 - add IceUtil::Time double initializers
Diffstat (limited to 'demoscript/Util.py')
-rw-r--r-- | demoscript/Util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demoscript/Util.py b/demoscript/Util.py index 1abab26633c..0f64819f0a7 100644 --- a/demoscript/Util.py +++ b/demoscript/Util.py @@ -223,7 +223,7 @@ def isSolaris(): def isNoServices(): if not isWin32(): - return false + return False compiler = "" if os.environ.get("CPP_COMPILER", "") != "": compiler = os.environ["CPP_COMPILER"] |