Merge pull request #20879 from rallytime/pylint

Pylint fix for 2015.2
This commit is contained in:
Nicole Thomas 2015-02-20 16:12:03 -07:00
commit 30ece4ced4

View File

@ -21,7 +21,7 @@ import time
import traceback
import types
from random import randint, shuffle
from salt.ext.six.moves import range
from salt.ext.six.moves import range # pylint: disable=import-error,redefined-builtin
# Import third party libs
try: