Example #1
0
 def __init__(self, lookup, puck):
     Controller.__init__(self, lookup)
     self._puck = puck
     self._vm = puck.getVM()
Example #2
0
File: root.py Project: masom/Puck
 def __init__(self, lookup, puck):
     Controller.__init__(self, lookup)
     self._puck = puck