From 542f2f1b83660ec3de7267c0756bc62a05d37683 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 27 Jan 2015 14:34:25 -0500 Subject: Remove some unused code. --- cloudinit/helpers.py | 3 --- 1 file changed, 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): -- cgit v1.2.3