summaryrefslogtreecommitdiff
path: root/cloudinit/helpers.py
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2015-01-27 14:34:25 -0500
committerBarry Warsaw <barry@python.org>2015-01-27 14:34:25 -0500
commit542f2f1b83660ec3de7267c0756bc62a05d37683 (patch)
tree97ad4e7c70d0a2f650b2fc335c26e5af8e077270 /cloudinit/helpers.py
parent1e76dad45e3bce4dac5a638dda970fc02a044dbb (diff)
downloadvyos-cloud-init-542f2f1b83660ec3de7267c0756bc62a05d37683.tar.gz
vyos-cloud-init-542f2f1b83660ec3de7267c0756bc62a05d37683.zip
Remove some unused code.
Diffstat (limited to 'cloudinit/helpers.py')
-rw-r--r--cloudinit/helpers.py3
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):