summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--layman/overlays/source.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/layman/overlays/source.py b/layman/overlays/source.py
index c004f3d..65035f0 100644
--- a/layman/overlays/source.py
+++ b/layman/overlays/source.py
@@ -44,6 +44,8 @@ def require_supported(binaries):
class OverlaySource(object):
+ type_key = None
+
def __init__(self, parent, xml, config, _location, ignore = 0, quiet = False):
self.parent = parent
self.src = _location