From e404a75383b8b70e8d39f419ed77cbcc75918747 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Wed, 17 Feb 2010 22:08:03 +0100 Subject: pylint: Add child-only attribute to parent, too --- layman/overlays/source.py | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3-1-g7c22