--typo
authorrealraum <realraum@realraum.at>
Sun, 8 Aug 2010 13:55:41 +0000 (13:55 +0000)
committerrealraum <realraum@realraum.at>
Sun, 8 Aug 2010 13:55:41 +0000 (13:55 +0000)
play-sound-status.py

index 6daf67c..2c30122 100755 (executable)
@@ -151,7 +151,7 @@ class UWSConfig:
 
 
 def runRandomAction(action_list,user,args=[]):
-  if not type(action_list) == types.ListType):
+  if not type(action_list) == types.ListType:
     raise ValueError("runRandomAction: action_list must be a list")
   return executeAction(random.choice(action_list),user,args)