Add payload module

This commit is contained in:
Thomas S Hatch 2011-03-03 17:33:32 -07:00
parent bd9d695193
commit 58385190bd

7
salt/payload.py Normal file
View file

@ -0,0 +1,7 @@
'''
Many aspects of the salt payload need to be managed, from the return of
encrypted keys to general payload dynamics and packaging, these happen in here
'''
import os
import cPickle as pickle