From 3fce59db7dd3d80e741cbc7feafecae1db506fe3 Mon Sep 17 00:00:00 2001 From: "Chaozhe.Chen" Date: Wed, 30 Dec 2015 17:30:49 +0800 Subject: [PATCH] Trivial: Remove vim header from source files Change-Id: I0134428c43994ca207a9775007dc3b64b28a09a3 --- trove/common/pastedeploy.py | 2 -- trove/common/xmlutils.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/trove/common/pastedeploy.py b/trove/common/pastedeploy.py index f604ba2ba2..874394f16f 100644 --- a/trove/common/pastedeploy.py +++ b/trove/common/pastedeploy.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2012 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/trove/common/xmlutils.py b/trove/common/xmlutils.py index b131d3e2e9..1231a5902c 100644 --- a/trove/common/xmlutils.py +++ b/trove/common/xmlutils.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2013 IBM Corp. # # Licensed under the Apache License, Version 2.0 (the "License"); you may