diff options
Diffstat (limited to 'SCons/SConsign.py')
-rw-r--r-- | SCons/SConsign.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SCons/SConsign.py b/SCons/SConsign.py index a516e1f..dc2311a 100644 --- a/SCons/SConsign.py +++ b/SCons/SConsign.py @@ -120,7 +120,7 @@ def write(): closemethod() -class SConsignEntry(object): +class SConsignEntry: """ Wrapper class for the generic entry in a .sconsign file. The Node subclass populates it with attributes as it pleases. @@ -163,7 +163,7 @@ class SConsignEntry(object): setattr(self, key, value) -class Base(object): +class Base: """ This is the controlling class for the signatures for the collection of entries associated with a specific directory. The actual directory |