hooke.plugin.playlist.AddGlobCommand's 'input' argument type 'glob' -> 'string'
authorW. Trevor King <wking@drexel.edu>
Thu, 29 Jul 2010 16:37:31 +0000 (12:37 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 29 Jul 2010 16:37:31 +0000 (12:37 -0400)
hooke/plugin/playlist.py

index 79e4f388490e29edf112b690d468d47de83f9499..bcfb75635dfc1dc6bf1e64d6986f068d1280759b 100644 (file)
@@ -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()),