Fix indentation depth.

This commit is contained in:
Michael DeHaan 2013-10-19 12:58:16 -04:00
parent aa93ce2dc2
commit c933a4c59a

View file

@ -57,8 +57,8 @@ class Group(object):
for kid in self.child_groups:
kid_hosts = kid.get_hosts()
for kk in kid_hosts:
if kk not in hosts:
hosts.append(kk)
if kk not in hosts:
hosts.append(kk)
for mine in self.hosts:
if mine not in hosts:
hosts.append(mine)