This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @package Develpr_Sqs | |
* @author Kevin Mitchell <kevin@develpr.com> | |
* @copyright Massachusetts Institute of Technology License (MITL) | |
* @license http://opensource.org/licenses/MIT | |
*/ | |
require(Mage::getBaseDir('lib') . '/develpr_sqs/aws.phar'); | |
$autoloadFuncs = spl_autoload_functions(); |