From 1a871f43cadc330efa75625e18cdd89795db489b Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Wed, 8 Oct 2014 22:48:20 +0200 Subject: [PATCH] Remove extraneous vim editor configuration comments Change-Id: I2d9684637c5696b6139a4d770cfd911df8246285 Partial-Bug: #1229324 --- oslo/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/oslo/__init__.py b/oslo/__init__.py index c659cac1..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 @@ -12,4 +10,4 @@ # License for the specific language governing permissions and limitations # under the License. -__import__('pkg_resources').declare_namespace(__name__) \ No newline at end of file +__import__('pkg_resources').declare_namespace(__name__)