# HG changeset patch # User Nicolas Saunier # Date 1392327752 18000 # Node ID 62d05436099dfed50daa90700267cd6f8fb64585 # Parent 15c6f1bc30a2e3abd529871a14a9bfe315c3e3cd corrected indentation bug diff -r 15c6f1bc30a2 -r 62d05436099d python/events.py --- a/python/events.py Thu Feb 13 15:11:31 2014 -0500 +++ b/python/events.py Thu Feb 13 16:42:32 2014 -0500 @@ -145,7 +145,7 @@ self.videoFilename= videoFilename def addInteractionType(self,interactionType): - ''' interaction types: conflict or collision if they are known''' + ''' interaction types: conflict or collision if they are known''' self.interactionType= interactionType def createInteractions(objects):