コード例 #1
0
    def __init__(self, host, user, pw):
        RequestManager.__init__(self, host, user, pw)

        self.activityProtocol = ActivityProtocol(host, user, pw)
        self.activityLayer = None
コード例 #2
0
    def __init__(self, host, user, pw):
        RequestManager.__init__(self, host, user, pw)

        self.stakeholderProtocol = StakeholderProtocol(host, user, pw)