From 8f8b4bd5637c124b3cd63a60816278d3716de11e Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Tue, 18 May 2010 07:16:01 +0000 Subject: Convert an old-style class in Platform/win32.py to a new-style class. --- src/engine/SCons/Platform/win32.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/SCons/Platform/win32.py b/src/engine/SCons/Platform/win32.py index 4b5953a..98dfe45 100644 --- a/src/engine/SCons/Platform/win32.py +++ b/src/engine/SCons/Platform/win32.py @@ -239,7 +239,7 @@ def get_program_files_dir(): # Determine which windows CPU were running on. -class ArchDefinition: +class ArchDefinition(object): """ A class for defining architecture-specific settings and logic. """ -- cgit v0.12