fix typo in set creation

This commit is contained in:
Thomas S Hatch 2012-03-20 11:42:35 -06:00
parent a6736ba453
commit 3feb8e8dab

View File

@ -595,7 +595,7 @@ class State(object):
'''
Extend the data reference with requisite_in arguments
'''
req_in = set('require_in', 'watch_in')
req_in = set(['require_in', 'watch_in'])
extend = {}
for id_, body in high.items():
for state, run in body.items():