Remove unused imports

This commit is contained in:
Pedro Algarvio 2014-02-08 06:58:00 +00:00
parent 4c1409808a
commit 8313dd9ae8

View File

@ -14,10 +14,10 @@ import os
import stat
import os.path
import logging
import contextlib
import difflib
# pylint: disable=W0611
import tempfile # do not remove. Used in salt.modules.file.__clean_tmp
import itertools # same as above, do not remove, it's used in __clean_tmp
# pylint: enable=W0611
# Import third party libs
try: