diff options
-rw-r--r-- | cloudinit/helpers.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cloudinit/helpers.py b/cloudinit/helpers.py index ed396b5a..5e99d185 100644 --- a/cloudinit/helpers.py +++ b/cloudinit/helpers.py @@ -321,9 +321,6 @@ class ContentHandlers(object): def items(self): return list(self.registered.items()) - # XXX This should really go away. - iteritems = items - class Paths(object): def __init__(self, path_cfgs, ds=None): |