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:
parent
50cc8cd390
commit
b4cd170d0c
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue