diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-09-21 13:51:33 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-09-21 13:51:33 +0800 |
commit | 0b3ba5a4a5125bea3f3a3b5a6412d752dc6e48c6 (patch) | |
tree | 2df68198fc1637ebd79005f60cd3710d00dcf6c4 /res/initialize.sh | |
parent | 52e436b79e962defe89cf4593beceac70ea5c5e4 (diff) |
Modify vnfres code according to PEP8 standard
Change-Id: Ifa8afcb1a619c571261514b91191be9cc01520c8
Issue-ID: VFC-410
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'res/initialize.sh')
-rwxr-xr-x | res/initialize.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/res/initialize.sh b/res/initialize.sh index 1bde84f..3425019 100755 --- a/res/initialize.sh +++ b/res/initialize.sh @@ -13,5 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. - pip install -r requirements.txt |