Exemplo n.º 1
0
 def setup(self):
     self.epath = path.abspath(path.dirname(__file__)+"/examples")
     self.reader = shapes.ShapeReader(path = self.epath)
     self.shape_hash = {
         'objects': mock_objects.shape_tuples()
     }
     self.timeline = mock_objects.simple_timeline_for_blinky()
Exemplo n.º 2
0
 def setup(self):
     self.scanpath = mock_objects.iview_scanpath_blinky()
     self.timeline = mock_objects.simple_timeline_for_blinky()