Fixed an egregious error with an import

This commit is contained in:
twangboy 2015-10-13 09:57:10 -06:00
parent 07939ea29c
commit 56c3f3ebb2

View file

@ -19,7 +19,7 @@ import logging
# Import 3rd Party Libraries
import pythoncom
import win32com.client
import salt.ext.six.moves import range
from salt.ext.six.moves import range
log = logging.getLogger(__name__)