summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Variables/PathVariable.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/SCons/Variables/PathVariable.py')
-rw-r--r--src/engine/SCons/Variables/PathVariable.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/SCons/Variables/PathVariable.py b/src/engine/SCons/Variables/PathVariable.py
index 4052531..951fc75 100644
--- a/src/engine/SCons/Variables/PathVariable.py
+++ b/src/engine/SCons/Variables/PathVariable.py
@@ -77,7 +77,7 @@ import os.path
import SCons.Errors
-class _PathVariableClass:
+class _PathVariableClass(object):
def PathAccept(self, key, val, env):
"""Accepts any path, no checking done."""