changeset 454:62d05436099d

corrected indentation bug
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Thu, 13 Feb 2014 16:42:32 -0500
parents 15c6f1bc30a2
children abe0b2347d4c
files python/events.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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):