diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2010-02-17 22:08:03 +0100 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2010-02-17 22:41:11 +0100 |
commit | e404a75383b8b70e8d39f419ed77cbcc75918747 (patch) | |
tree | 101a3bd099a1228828708ba0b36cf5451c1580ce /layman | |
parent | pylint: Resolve unused import (diff) | |
download | layman-e404a75383b8b70e8d39f419ed77cbcc75918747.tar.gz layman-e404a75383b8b70e8d39f419ed77cbcc75918747.tar.bz2 layman-e404a75383b8b70e8d39f419ed77cbcc75918747.zip |
pylint: Add child-only attribute to parent, too
Diffstat (limited to 'layman')
-rw-r--r-- | layman/overlays/source.py | 2 |
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 |