<?php
// $Id: views_bonus_export.module,v 1.9 2009/05/13 07:14:23 neclimdul Exp $
/**
 * @file
 * Provides the ability to export to specific
 */

/**
 * Implementation of hook_views_api().
 */
function views_bonus_export_views_api() {
  return array(
    'api' => 2,
  );
}
