summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--layman/overlays/overlay.py2
1 files changed, 1 insertions, 1 deletions
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'