diff options
author | Jose <jose@zeroc.com> | 2012-10-16 00:10:37 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2012-10-16 00:10:37 +0200 |
commit | 290cf2a9700d67a380a3e54b1ca3b87aeaeb562b (patch) | |
tree | 58e4c1ea9399a6df2e295d63d9a9ae57d8340474 /demoscript/Util.py | |
parent | ICE-4369 - Abstract type should not have constructors (diff) | |
download | ice-290cf2a9700d67a380a3e54b1ca3b87aeaeb562b.tar.bz2 ice-290cf2a9700d67a380a3e54b1ca3b87aeaeb562b.tar.xz ice-290cf2a9700d67a380a3e54b1ca3b87aeaeb562b.zip |
demoscript indentation fix
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 9a78fb39d41..0a9f1c7fb58 100644 --- a/demoscript/Util.py +++ b/demoscript/Util.py @@ -139,7 +139,7 @@ def configurePaths(): # # On Windows, C# assemblies are found thanks to the .exe.config files. # - if isCompactFramework(): + if isCompactFramework(): addPathToEnv("DEVPATH", os.path.join(getIceDir("cs"), "Assemblies", "cf")) elif isWin32(): addenv("DEVPATH", os.path.join(getIceDir("cs"), "Assemblies")) |