Merge pull request #1511 from peacetara/patch-2

The function appears to be called run now, and not sls.
This commit is contained in:
Thomas S Hatch 2012-06-28 14:18:09 -07:00
commit df0dfc4638

View File

@ -1,7 +1,7 @@
'''
Pure python state renderer
The sls file should contain a function called ``sls`` which returns high state
The sls file should contain a function called ``run`` which returns high state
data
'''