예제 #1
0
 def __init__(self, vocabularyController, messages, targetSymbol):
     self.vocabularyController = vocabularyController
     self.log = logging.getLogger(__name__)
     self._view = MoveMessageView(self)
     self.messages = messages
     self.targetSymbol = targetSymbol