Skip to content

Commit

Permalink
* use vendor from Pyrus instead
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Jul 13, 2011
1 parent c1a35d2 commit dab0001
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
/**
* @ignore
*/
require_once $topLevel . '/vendor/PEAR2_Exception/src/Exception.php';
require_once $topLevel . '/vendor/PEAR2_Autoload/src/PEAR2/Autoload.php';
require_once $topLevel . '/../Pyrus/vendor/php/PEAR2/Exception.php';
require_once $topLevel . '/../Pyrus/vendor/php/PEAR2/Autoload.php';
\PEAR2\Autoload::initialize($topLevel . '/src');

use \Pyrus\Developer\PackageFile;
Expand Down

0 comments on commit dab0001

Please sign in to comment.