From f964d6193be274910bf698761ec5e6303ca862bb Mon Sep 17 00:00:00 2001 From: "Chaozhe.Chen" Date: Wed, 30 Dec 2015 17:24:14 +0800 Subject: [PATCH] Trivial: Remove vim header from source files Change-Id: I09876b1126abdfea03e1133e10c16e9274e6987a --- troveclient/openstack/common/gettextutils.py | 2 -- troveclient/openstack/common/importutils.py | 2 -- troveclient/openstack/common/strutils.py | 2 -- 3 files changed, 6 deletions(-) diff --git a/troveclient/openstack/common/gettextutils.py b/troveclient/openstack/common/gettextutils.py index 30eaa01e..ef853762 100644 --- a/troveclient/openstack/common/gettextutils.py +++ b/troveclient/openstack/common/gettextutils.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2012 Red Hat, Inc. # Copyright 2013 IBM Corp. # All Rights Reserved. diff --git a/troveclient/openstack/common/importutils.py b/troveclient/openstack/common/importutils.py index 7a303f93..4fd9ae2b 100644 --- a/troveclient/openstack/common/importutils.py +++ b/troveclient/openstack/common/importutils.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2011 OpenStack Foundation. # All Rights Reserved. # diff --git a/troveclient/openstack/common/strutils.py b/troveclient/openstack/common/strutils.py index 28cb00ec..b4d763ac 100644 --- a/troveclient/openstack/common/strutils.py +++ b/troveclient/openstack/common/strutils.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2011 OpenStack Foundation. # All Rights Reserved. #