mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-08 13:17:38 -08:00
Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
13 lines
256 B
Smarty
13 lines
256 B
Smarty
<?php
|
|
// @codingStandardsIgnoreFile
|
|
// @codeCoverageIgnoreStart
|
|
require_once '/usr/share/php/Fedora/Autoloader'.'/autoload.php';
|
|
|
|
\Fedora\Autoloader\Autoload::addClassMap(
|
|
array(
|
|
___CLASSLIST___,
|
|
),
|
|
__DIR__
|
|
);
|
|
// @codeCoverageIgnoreEnd
|