Fix imports

This commit is contained in:
Pedro Algarvio 2014-11-20 02:42:45 +00:00
parent 5cf320f45f
commit 175cba7ff5

View File

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