~tsep-dev/tsep/2.x

« back to all changes in this revision

Viewing changes to app/autoload.php

  • Committer: Geoffrey
  • Date: 2011-04-23 21:21:32 UTC
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: geoffrey@den-pc-20110423212132-4c52oaz43g7f4vxq
refractored class names

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
    'Monolog'          => __DIR__.'/../vendor/monolog/src',
14
14
    'Assetic'          => __DIR__.'/../vendor/assetic/src',
15
15
    'Acme'             => __DIR__.'/../src',
16
 
        'TsepDev'             => __DIR__.'/../src',
 
16
        'TSEP'             => __DIR__.'/../src',
17
17
));
18
18
$loader->registerPrefixes(array(
19
19
    'Twig_Extensions_' => __DIR__.'/../vendor/twig-extensions/lib',