Fix issue in authentication

This commit is contained in:
Thomas S Hatch 2011-03-08 18:27:32 -07:00
parent 85ddd62528
commit e4354242c5

View File

@ -11,6 +11,7 @@ import re
import zmq
# Import salt libs
import salt.crypt
from salt.crypt import AuthenticationError
import salt.utils
import salt.modules