Remove _moduleContainer attribute from sack

It is replaced by attribute from hawkey object. It allows to set
ModuleContainar also for C sack and then use it in queries. This is a
temporary solution before sack is provided by swig binding.
This commit is contained in:
Jaroslav Mracek 2019-02-01 15:25:23 +01:00
parent 50cc8cd390
commit b4cd170d0c
1 changed files with 0 additions and 1 deletions

View File

@ -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: