From b4b771c5aced0739eb7a875bf126d21dbdaff06b Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Fri, 12 Oct 2007 14:33:28 -0400 Subject: copyfile.py: dont need the parse call here command.py: move the parse args stuff to before we call subcommands func_command.py: include the copyfile classes so we can use them --- func/overlord/cmd_modules/copyfile.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'func/overlord/cmd_modules') diff --git a/func/overlord/cmd_modules/copyfile.py b/func/overlord/cmd_modules/copyfile.py index 3206a4e..9a6f54d 100644 --- a/func/overlord/cmd_modules/copyfile.py +++ b/func/overlord/cmd_modules/copyfile.py @@ -47,9 +47,6 @@ class CopyFile(client.command.Command): if self.options.port: self.port = self.options.port - def parse(self, argv): - self.argv = argv - return command.Command.parse(self,argv) def do(self, args): self.server_spec = self.parentCommand.server_spec -- cgit