]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Remove unused imports in agent package
authore0ne <e0ne@e0ne.info>
Sun, 30 Dec 2012 20:21:34 +0000 (22:21 +0200)
committere0ne <e0ne@e0ne.info>
Wed, 2 Jan 2013 18:28:31 +0000 (20:28 +0200)
Change-Id: Id0286e5e866512eb0c939515949e21a71089e542

quantum/agent/linux/daemon.py
quantum/agent/linux/external_process.py
quantum/agent/linux/utils.py
quantum/agent/metadata/namespace_proxy.py

index e73d40a75478c4b0ca109734d1313df16574257f..d907cdb445209def05c403c43e5067523774343c 100644 (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
index b96956c5d07975820a67105c6665da22f2aa1286..039142998a7a58dc153571ae6d98623e275e05fc 100644 (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
index 284864f48c1dba07a58ba55496bef7fe1c1ff386..a16d4815e1f697e519d45388ce273cc6059d5971 100644 (file)
@@ -20,7 +20,6 @@
 import fcntl
 import os
 import shlex
-import signal
 import socket
 import struct
 
index ec0b65ed8a65d5eba8567607ee5312d9074e9880..7d677100b002f8b9e2a5d232240a7c1569d8a691 100644 (file)
@@ -17,7 +17,6 @@
 # @author: Mark McClain, DreamHost
 
 import httplib
-import os
 import socket
 import sys
 import urlparse