Add missing import

We use it in the ZMQChannel, I'm not sure how this works without the import
This commit is contained in:
Thomas Jackson 2014-12-09 07:55:56 -08:00
parent 85b4512164
commit 865c66d583

View File

@ -10,6 +10,7 @@ import threading
# Import Salt Libs # Import Salt Libs
import salt.payload import salt.payload
import salt.auth import salt.auth
import salt.crypt
import salt.utils import salt.utils
import logging import logging
from collections import defaultdict from collections import defaultdict