Merge "Remove unused imports in agent package"

This commit is contained in:
Jenkins 2013-01-02 20:16:55 +00:00 committed by Gerrit Code Review
commit ca7f4fdb74
4 changed files with 0 additions and 5 deletions

View File

@ -19,9 +19,7 @@
import atexit
import fcntl
import os
from signal import SIGTERM
import sys
import time
from quantum.agent.linux import utils
from quantum.openstack.common import log as logging

View File

@ -17,7 +17,6 @@
# @author: Mark McClain, DreamHost
import os
import tempfile
from quantum.agent.linux import ip_lib
from quantum.agent.linux import utils

View File

@ -20,7 +20,6 @@
import fcntl
import os
import shlex
import signal
import socket
import struct

View File

@ -17,7 +17,6 @@
# @author: Mark McClain, DreamHost
import httplib
import os
import socket
import sys
import urlparse