package Distribution::Delivery::Rhapsody;

use strict;

use lib '/app/tools/distribution/lib';
use base 'Distribution::Delivery';

sub _semaphoreFile { 'delivery.complete' }

1;
