From 18fe7873363a7dbf9f0aeaba412bca4a6403aa16 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sun, 29 Sep 2013 15:44:39 -0400 Subject: [PATCH] Remove vim modelines We're actually looking at removing these from openstack in general. Change-Id: I0605aab1c011b1f0006383bc8fc8a3dbf143fa4b --- .../{{cookiecutter.module_name}}/__init__.py | 1 - .../{{cookiecutter.module_name}}/tests/base.py | 1 - .../tests/test_{{cookiecutter.module_name}}.py | 1 - 3 files changed, 3 deletions(-) diff --git a/{{cookiecutter.repo_name}}/{{cookiecutter.module_name}}/__init__.py b/{{cookiecutter.repo_name}}/{{cookiecutter.module_name}}/__init__.py index b7fdc4b..5988b44 100644 --- a/{{cookiecutter.repo_name}}/{{cookiecutter.module_name}}/__init__.py +++ b/{{cookiecutter.repo_name}}/{{cookiecutter.module_name}}/__init__.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- -# 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 diff --git a/{{cookiecutter.repo_name}}/{{cookiecutter.module_name}}/tests/base.py b/{{cookiecutter.repo_name}}/{{cookiecutter.module_name}}/tests/base.py index d6c8f53..0b5b1f4 100644 --- a/{{cookiecutter.repo_name}}/{{cookiecutter.module_name}}/tests/base.py +++ b/{{cookiecutter.repo_name}}/{{cookiecutter.module_name}}/tests/base.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # Copyright 2010-2011 OpenStack Foundation # Copyright (c) 2013 Hewlett-Packard Development Company, L.P. diff --git a/{{cookiecutter.repo_name}}/{{cookiecutter.module_name}}/tests/test_{{cookiecutter.module_name}}.py b/{{cookiecutter.repo_name}}/{{cookiecutter.module_name}}/tests/test_{{cookiecutter.module_name}}.py index 975d478..ce611f9 100644 --- a/{{cookiecutter.repo_name}}/{{cookiecutter.module_name}}/tests/test_{{cookiecutter.module_name}}.py +++ b/{{cookiecutter.repo_name}}/{{cookiecutter.module_name}}/tests/test_{{cookiecutter.module_name}}.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- -# 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