From ec80933feef183429398f15852d3b161205b4429 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 12 Aug 2010 21:55:38 -0400 Subject: [PATCH] Remove PlaylistArgument from plugin.playlist.SaveCommand now that it's a PlaylistCommand --- hooke/plugin/playlist.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hooke/plugin/playlist.py b/hooke/plugin/playlist.py index 4a5efd4..85fd2d8 100644 --- a/hooke/plugin/playlist.py +++ b/hooke/plugin/playlist.py @@ -212,7 +212,6 @@ class SaveCommand (PlaylistCommand): super(SaveCommand, self).__init__( name='save playlist', arguments=[ - PlaylistArgument, Argument(name='output', type='file', help=""" File name for the output playlist. Defaults to overwriting the input -- 2.26.2