diff options
Diffstat (limited to 'cloudinit/helpers.py')
-rw-r--r-- | cloudinit/helpers.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cloudinit/helpers.py b/cloudinit/helpers.py index 5e47794b..76faa1d5 100644 --- a/cloudinit/helpers.py +++ b/cloudinit/helpers.py @@ -160,8 +160,7 @@ class Runners(object): class ContentHandlers(object): - def __init__(self, paths): - self.paths = paths + def __init__(self): self.registered = {} def __contains__(self, item): |