summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2010-02-17 22:08:03 +0100
committerSebastian Pipping <sebastian@pipping.org>2010-02-17 22:41:11 +0100
commite404a75383b8b70e8d39f419ed77cbcc75918747 (patch)
tree101a3bd099a1228828708ba0b36cf5451c1580ce
parentc043fc0b8fe9d1f2bc554769ecae40756b4546bb (diff)
downloadlayman-e404a75383b8b70e8d39f419ed77cbcc75918747.tar.gz
layman-e404a75383b8b70e8d39f419ed77cbcc75918747.tar.bz2
layman-e404a75383b8b70e8d39f419ed77cbcc75918747.zip
pylint: Add child-only attribute to parent, too
-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