mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-15 03:41:16 +01:00
Removed unused
This commit is contained in:
parent
44ecc42696
commit
d3e9379589
1 changed files with 0 additions and 3 deletions
|
@ -2,15 +2,12 @@ import unittest
|
||||||
|
|
||||||
from slpkg.configs import Configs
|
from slpkg.configs import Configs
|
||||||
from slpkg.utilities import Utilities
|
from slpkg.utilities import Utilities
|
||||||
from slpkg.repositories import Repositories
|
|
||||||
|
|
||||||
|
|
||||||
class TestUtilities(unittest.TestCase):
|
class TestUtilities(unittest.TestCase):
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
self.utils = Utilities()
|
self.utils = Utilities()
|
||||||
# self.configs = Configs()
|
|
||||||
# self.repos = Repositories()
|
|
||||||
self.build_path = Configs.build_path
|
self.build_path = Configs.build_path
|
||||||
self.package = 'aaa_base-15.0-x86_64-4_slack15.0'
|
self.package = 'aaa_base-15.0-x86_64-4_slack15.0'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue