.. | |||||
__pycache__ | |||||
functions | |||||
__init__.py | |||||
exceptions.py | |||||
factory.py | |||||
loader.py | |||||
locator.py | |||||
merger.py | |||||
profile.py | |||||
unit.py | |||||
variables.py |
import tuned.profiles.profile class Factory(object): def create(self, name, config): return tuned.profiles.profile.Profile(name, config)
.. | |||||
__pycache__ | |||||
functions | |||||
__init__.py | |||||
exceptions.py | |||||
factory.py | |||||
loader.py | |||||
locator.py | |||||
merger.py | |||||
profile.py | |||||
unit.py | |||||
variables.py |