mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-11 20:48:11 +01:00
Removed unused
This commit is contained in:
parent
1e59c78dcc
commit
91a2016026
1 changed files with 1 additions and 3 deletions
|
@ -22,18 +22,16 @@
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
|
||||||
from slpkg.utils import Utils
|
|
||||||
from slpkg.__metadata__ import MetaData as _meta_
|
from slpkg.__metadata__ import MetaData as _meta_
|
||||||
from slpkg.models.models import SBoTable, session
|
from slpkg.models.models import SBoTable, session
|
||||||
|
|
||||||
|
|
||||||
class SboQuery(Utils):
|
class SboQuery:
|
||||||
"""Grabs data from sbo database
|
"""Grabs data from sbo database
|
||||||
"""
|
"""
|
||||||
def __init__(self, name):
|
def __init__(self, name):
|
||||||
self.name = name
|
self.name = name
|
||||||
self.meta = _meta_
|
self.meta = _meta_
|
||||||
self.db = self.meta.db
|
|
||||||
self.arch64 = "x86_64"
|
self.arch64 = "x86_64"
|
||||||
self.session = session
|
self.session = session
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue