#------------------------------------------------------------
# Copyright (C) 2006 RoyaltyShare, Inc.   All Rights Reserved
# $Id$
#------------------------------------------------------------
package RPS::Mechanical::Command::DownloadText;
use strict;
use warnings;

use IO::Handle;
use File::Temp;

use lib '/app/tools/common/lib';
use Common::FormObject;
use Common::Assert;

use lib '/app/tools/rps/lib';
use RPS::Mechanical::Command::Download;
use base 'RPS::Mechanical::Command::Download';

# jpk - Yes, just putting this class as a stub to inherit from.
# Perhaps someday we'll need it.

1;
