diff options
Diffstat (limited to 'SCons/PathList.py')
-rw-r--r-- | SCons/PathList.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SCons/PathList.py b/SCons/PathList.py index 76cbeab..768198b 100644 --- a/SCons/PathList.py +++ b/SCons/PathList.py @@ -66,7 +66,7 @@ def node_conv(obj): result = get() return result -class _PathList(object): +class _PathList: """ An actual PathList object. """ @@ -143,7 +143,7 @@ class _PathList(object): return tuple(result) -class PathListCache(object): +class PathListCache: """ A class to handle caching of PathList lookups. |