Revert "Remove unused import"

This reverts commit 046e54bc46.
This commit is contained in:
Pedro Algarvio 2014-02-18 21:12:45 +00:00
parent 6ab4c4d8a3
commit 492582afc4

View File

@ -110,7 +110,7 @@ a state.
import logging
from salt.loader import states
from salt.utils.pyobjects import StateRegistry
from salt.utils.pyobjects import StateFactory, StateRegistry
log = logging.getLogger(__name__)