# HG changeset patch # User Drew Fisher # Date 1473865513 25200 # Node ID d731f9896dde685638f6161dcaecf7e2e46f8b05 # Parent 9681a8af433054135e0b2e27fb26e89a0156ee12 21555732 cinder-volume-setup has an unnecessary "sys" import diff -r 9681a8af4330 -r d731f9896dde 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