From 1ad429d885ba80f0da295137089a57879eb342ff Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Mon, 24 Feb 2014 04:17:29 -0500 Subject: [PATCH] Remove vim header We don't need vim modelines in each source file, it can be set in user's vimrc. Change-Id: Ib52a71276d514ca01dd1e21d754c6c150c94a2a5 Closes-Bug: #1229324 --- oslo/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/oslo/__init__.py b/oslo/__init__.py index bf1237a6..dc130d6b 100644 --- a/oslo/__init__.py +++ b/oslo/__init__.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at