summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/SConsign.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2010-05-14 13:44:27 (GMT)
committerSteven Knight <knight@baldmt.com>2010-05-14 13:44:27 (GMT)
commit9e778b335c9023197f491ab69bf1462c29f89fdb (patch)
treeb7e60585a12156bf69efb3ca8ea445eb0a4670dc /src/engine/SCons/SConsign.py
parent6052affbeca238048541b9045c7add82bd1dc997 (diff)
downloadSCons-9e778b335c9023197f491ab69bf1462c29f89fdb.zip
SCons-9e778b335c9023197f491ab69bf1462c29f89fdb.tar.gz
SCons-9e778b335c9023197f491ab69bf1462c29f89fdb.tar.bz2
Convert old-style classes in SConsign.py to new-style classes.
Diffstat (limited to 'src/engine/SCons/SConsign.py')
-rw-r--r--src/engine/SCons/SConsign.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/SCons/SConsign.py b/src/engine/SCons/SConsign.py
index 9f07ef2..41125c5 100644
--- a/src/engine/SCons/SConsign.py
+++ b/src/engine/SCons/SConsign.py
@@ -108,7 +108,7 @@ def write():
else:
syncmethod()
-class SConsignEntry:
+class SConsignEntry(object):
"""
Wrapper class for the generic entry in a .sconsign file.
The Node subclass populates it with attributes as it pleases.
@@ -126,7 +126,7 @@ class SConsignEntry:
def convert_from_sconsign(self, dir, name):
self.binfo.convert_from_sconsign(dir, name)
-class Base:
+class Base(object):
"""
This is the controlling class for the signatures for the collection of
entries associated with a specific directory. The actual directory