mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Fix imports
This commit is contained in:
parent
5cf320f45f
commit
175cba7ff5
@ -1,7 +1,12 @@
|
||||
# coding: utf-8
|
||||
import salt.loader
|
||||
|
||||
from tests.integration import ModuleCase
|
||||
# Import salt testing libs
|
||||
from salttesting.case import ModuleCase
|
||||
from salttesting.helpers import ensure_in_syspath
|
||||
ensure_in_syspath('../../')
|
||||
|
||||
# Import Salt libs
|
||||
import salt.loader
|
||||
|
||||
|
||||
class HashutilTestCase(ModuleCase):
|
||||
|
Loading…
Reference in New Issue
Block a user