mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-20 05:28:12 -07:00
Closes: https://github.com/gentoo/gentoo/pull/18047 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
13 lines
253 B
Smarty
13 lines
253 B
Smarty
<?php
|
|
// @codingStandardsIgnoreFile
|
|
// @codeCoverageIgnoreStart
|
|
require_once 'Fedora/Autoloader'.'/autoload.php';
|
|
|
|
\Fedora\Autoloader\Autoload::addClassMap(
|
|
array(
|
|
___CLASSLIST___,
|
|
),
|
|
__DIR__ . '/../src'
|
|
);
|
|
// @codeCoverageIgnoreEnd
|