/lib/python2.7/site-packages/tuned/profiles/factory.py
import tuned.profiles.profile class Factory(object): def create(self, name, config): return tuned.profiles.profile.Profile(name, config)
Anon7 — 2022 •
AnonSec Team
import tuned.profiles.profile class Factory(object): def create(self, name, config): return tuned.profiles.profile.Profile(name, config)