projects
/
hooke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b4e5b9
)
hooke.plugin.playlist.AddGlobCommand's 'input' argument type 'glob' -> 'string'
author
W. Trevor King
<wking@drexel.edu>
Thu, 29 Jul 2010 16:37:31 +0000
(12:37 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 29 Jul 2010 16:37:31 +0000
(12:37 -0400)
hooke/plugin/playlist.py
patch
|
blob
|
history
diff --git
a/hooke/plugin/playlist.py
b/hooke/plugin/playlist.py
index 79e4f388490e29edf112b690d468d47de83f9499..bcfb75635dfc1dc6bf1e64d6986f068d1280759b 100644
(file)
--- a/
hooke/plugin/playlist.py
+++ b/
hooke/plugin/playlist.py
@@
-228,7
+228,7
@@
class AddGlobCommand (Command):
name='glob curves to playlist',
arguments=[
PlaylistArgument,
- Argument(name='input', type='
glob
', optional=False,
+ Argument(name='input', type='
string
', optional=False,
help="""
File name glob for the input :class:`hooke.curve.Curve`.
""".strip()),