From 4cfd62c88c855c90f56db1a60ef2e438b13ca3d6 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Mon, 4 Jan 2010 05:31:15 +0100 Subject: Make Overlay derive from object so we can use super() in subclasses --- layman/overlays/overlay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layman/overlays/overlay.py b/layman/overlays/overlay.py index e1a248b..8e1abc2 100644 --- a/layman/overlays/overlay.py +++ b/layman/overlays/overlay.py @@ -43,7 +43,7 @@ from layman.debug import OUT # #------------------------------------------------------------------------------- -class Overlay: +class Overlay(object): ''' Derive the real implementations from this.''' type = 'None' -- cgit v1.2.3-1-g7c22