From d6d0d66374ac8cc70835d4e809c302bfbbeb798b Mon Sep 17 00:00:00 2001 From: Eric Guo Date: Sat, 8 Feb 2014 22:22:08 +0800 Subject: Remove vim header We don't need vim modelines in each source file, it can be set in user's vimrc. Change-Id: Ic7a61430a0a320ce6b0c4518d9f5d988e35f8aae Closes-Bug: #1229324 --- keystoneclient/common/cms.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'keystoneclient/common') diff --git a/keystoneclient/common/cms.py b/keystoneclient/common/cms.py index 0083674..6545966 100644 --- a/keystoneclient/common/cms.py +++ b/keystoneclient/common/cms.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 -- cgit v1.2.1