Home
last modified time | relevance | path

Searched refs:EnvironmentPersistor (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/dnf/dnf-4.9.0/dnf/db/
H A Dhistory.py31 from .group import GroupPersistor, EnvironmentPersistor, RPMTransaction
311 self._env = EnvironmentPersistor(self)
H A Dgroup.py136 class EnvironmentPersistor(PersistorBase): class