21555732 cinder-volume-setup has an unnecessary "sys" import
authorDrew Fisher <drew.fisher@oracle.com>
Wed, 14 Sep 2016 08:05:13 -0700
changeset 6904 d731f9896dde
parent 6903 9681a8af4330
child 6906 a6c8d3c7b8bf
21555732 cinder-volume-setup has an unnecessary "sys" import
components/openstack/cinder/files/cinder-volume-setup
--- a/components/openstack/cinder/files/cinder-volume-setup	Fri Sep 02 15:59:28 2016 -0700
+++ b/components/openstack/cinder/files/cinder-volume-setup	Wed Sep 14 08:05:13 2016 -0700
@@ -17,7 +17,6 @@
 import ConfigParser
 import os
 from subprocess import CalledProcessError, Popen, PIPE, check_call
-import sys
 
 import smf_include