projects
/
svn42.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d0afaf
)
--typo
author
realraum
<realraum@realraum.at>
Sun, 8 Aug 2010 13:55:41 +0000
(13:55 +0000)
committer
realraum
<realraum@realraum.at>
Sun, 8 Aug 2010 13:55:41 +0000
(13:55 +0000)
play-sound-status.py
patch
|
blob
|
history
diff --git
a/play-sound-status.py
b/play-sound-status.py
index
6daf67c
..
2c30122
100755
(executable)
--- a/
play-sound-status.py
+++ b/
play-sound-status.py
@@
-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)