]> arthur.barton.de Git - bup.git/commit
Revert new-style classes
authorGabriel Filion <lelutin@gmail.com>
Mon, 11 Oct 2010 18:30:51 +0000 (14:30 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Tue, 9 Nov 2010 05:00:17 +0000 (21:00 -0800)
commite70cfe11d1d6e59086d3af3f7f5289773bd275ae
tree9cc2296df0b8b2f638662cc5474d5cf7c345c463
parenta1427e95bf2be72467076e7b36e01ec53e5529a9
Revert new-style classes

Some classes were changed to "new-style" Python classes in c7a0f06.

Following a discussion on the mailing list about the relevance of such a
change, it was noted that the features that new-style classes bring are
not used in bup, and considering their slightly higher cost in
instantiating them and accessing their attributes, it is decided that we
don't change to using them.

Revert the changed clases back to old-style classes so that all code is
consistent.

Signed-off-by: Gabriel Filion <lelutin@gmail.com>
lib/bup/vfs.py