be nice and use a relative import so people can use the class without firing up owncloud

This commit is contained in:
Bernhard Posselt 2014-04-12 01:33:21 +02:00
parent 5b8c7a01e9
commit 526100dc90
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
namespace OC\AppFramework\Utility;
// register 3rdparty autoloaders
require_once 'Pimple/Pimple.php';
require_once __DIR__ . '/../../../../3rdparty/Pimple/Pimple.php';
/**
* Class SimpleContainer