Remove unused imports

This commit is contained in:
Thomas S Hatch 2013-02-07 15:52:34 -07:00
parent b86a8d6da8
commit 1644c225ed

View File

@ -8,7 +8,6 @@ import os
import re
import socket
import logging
import time
import urlparse
# import third party libs
@ -24,7 +23,6 @@ import salt.crypt
import salt.loader
import salt.utils
import salt.pillar
from salt.exceptions import SaltClientError
log = logging.getLogger(__name__)