Small style fixes for indentation and spacing.

This commit is contained in:
Michael DeHaan 2012-04-21 12:06:54 -04:00
parent e36a52f06c
commit 767282df2a
2 changed files with 4 additions and 4 deletions

View file

@ -123,7 +123,7 @@ class PlayBook(object):
# translate a list of vars into a dict
if type(vars) == list:
varlist = vars
vars = {}
vars = {}
for item in varlist:
k, v = item.items()[0]
vars[k] = v