comparison python/events.py @ 454:62d05436099d

corrected indentation bug
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Thu, 13 Feb 2014 16:42:32 -0500
parents c59a47ce0209
children e04b22ce2fcd
comparison
equal deleted inserted replaced
453:15c6f1bc30a2 454:62d05436099d
143 143
144 def addVideoFilename(self,videoFilename): 144 def addVideoFilename(self,videoFilename):
145 self.videoFilename= videoFilename 145 self.videoFilename= videoFilename
146 146
147 def addInteractionType(self,interactionType): 147 def addInteractionType(self,interactionType):
148 ''' interaction types: conflict or collision if they are known''' 148 ''' interaction types: conflict or collision if they are known'''
149 self.interactionType= interactionType 149 self.interactionType= interactionType
150 150
151 def createInteractions(objects): 151 def createInteractions(objects):
152 '''Create all interactions of two co-existing road users 152 '''Create all interactions of two co-existing road users
153 153