Blob Blame Raw


from util import mergedict
import action.user as user


actions = dict()
mergedict(actions, user.actions, 'user.')