From 81f5b2ebe5e233c352616f1614984f9ecb51e71d Mon Sep 17 00:00:00 2001 From: Jaroslav Mracek Date: Fri, 1 Feb 2019 15:25:23 +0100 Subject: [PATCH] Remove _moduleContainer attribute from sack --- dnf/sack.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dnf/sack.py b/dnf/sack.py index 1b74e37..1c09928 100644 --- a/dnf/sack.py +++ b/dnf/sack.py @@ -31,7 +31,6 @@ from dnf.pycomp import basestring class Sack(hawkey.Sack): def __init__(self, *args, **kwargs): super(Sack, self).__init__(*args, **kwargs) - self._moduleContainer = None def _configure(self, installonly=None, installonly_limit=0): if installonly: -- libgit2 0.27.7