freezelist: Make it PEP8 compliant

This commit is contained in:
Till Maas 2014-09-21 16:52:38 +02:00
parent ba2da3ed82
commit efdf0072aa

View file

@ -8,7 +8,6 @@ import sys
from optparse import OptionParser
parser = OptionParser(version="1.0")
parser.add_option('-i', dest='inventory', default=None,
help="Path to inventory file/dir")
@ -41,8 +40,3 @@ for host in sorted(frozen):
print 'do not freeze:'
for host in sorted(unfrozen):
print 'NF: ' + host