From 4e15bc71205cf308c8338b2608213f439a48d5d6 Mon Sep 17 00:00:00 2001
From: yangxurong <yangxurong@huawei.com>
Date: Thu, 13 Feb 2014 16:15:04 +0800
Subject: [PATCH] Remove extraneous vim configuration comments

Remove line containing

comment - # vim: tabstop=4 shiftwidth=4 softtabstop=4

Change-Id: I31e4ee4112285f0daa5f2dd50db0344f4876820d
Closes-Bug:#1229324
---
 swiftclient/version.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/swiftclient/version.py b/swiftclient/version.py
index 494d6ecc..0be287d2 100644
--- a/swiftclient/version.py
+++ b/swiftclient/version.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
 #    Copyright 2012 OpenStack LLC
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may