Source code for flambe.cluster.utils

from collections import namedtuple


[docs]RemoteCommand = namedtuple('RemoteCommand', ['success', 'msg'])