summaryrefslogtreecommitdiff
path: root/heat/db/sqlalchemy
diff options
context:
space:
mode:
authorJason Dunsmore <jasondunsmore@gmail.com>2014-02-25 16:06:22 -0600
committerJason Dunsmore <jasondunsmore@gmail.com>2014-03-04 08:51:56 -0600
commit97135cbfc03eb069438eb5b8858edaea061aa030 (patch)
treea86c18ba73644c1ae5931d57069bee97a46009db /heat/db/sqlalchemy
parent5160a76b9c77578cdd05af8586ccbf934c6d0c66 (diff)
downloadheat-97135cbfc03eb069438eb5b8858edaea061aa030.tar.gz
Remove vim header from files.
Change-Id: Ia6131f8fcac6902c80c80aa805c8cd7a2a41f280 Closes-Bug: #1229324
Diffstat (limited to 'heat/db/sqlalchemy')
-rw-r--r--heat/db/sqlalchemy/api.py1
-rw-r--r--heat/db/sqlalchemy/filters.py1
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/015_grizzly.py1
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/016_timeout_nullable.py1
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/017_event_state_status.py1
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/018_resource_id_uuid.py1
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/019_resource_action_status.py1
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/020_stack_action.py1
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/022_stack_event_soft_delete.py1
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/023_raw_template_mysql_longtext.py1
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/024_event_resource_name.py1
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/025_user_creds_drop_service.py1
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/026_user_creds_drop_aws.py1
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/027_user_creds_trusts.py1
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/028_text_mysql_longtext.py1
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/029_event_id_to_uuid.py1
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/033_software_config.py1
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/034_raw_template_files.py1
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/035_event_uuid_to_id.py1
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/036_stack_domain_project.py1
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/038_software_config_json_config.py1
-rw-r--r--heat/db/sqlalchemy/models.py1
-rw-r--r--heat/db/sqlalchemy/mutable.py1
23 files changed, 0 insertions, 23 deletions
diff --git a/heat/db/sqlalchemy/api.py b/heat/db/sqlalchemy/api.py
index 525716a21..7557604d3 100644
--- a/heat/db/sqlalchemy/api.py
+++ b/heat/db/sqlalchemy/api.py
@@ -1,4 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/heat/db/sqlalchemy/filters.py b/heat/db/sqlalchemy/filters.py
index 7771c34d1..f91b57e3d 100644
--- a/heat/db/sqlalchemy/filters.py
+++ b/heat/db/sqlalchemy/filters.py
@@ -1,4 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/015_grizzly.py b/heat/db/sqlalchemy/migrate_repo/versions/015_grizzly.py
index f475691f1..f2c7925cb 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/015_grizzly.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/015_grizzly.py
@@ -1,4 +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
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/016_timeout_nullable.py b/heat/db/sqlalchemy/migrate_repo/versions/016_timeout_nullable.py
index e3f1a4a6b..3f4905fa9 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/016_timeout_nullable.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/016_timeout_nullable.py
@@ -1,4 +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
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/017_event_state_status.py b/heat/db/sqlalchemy/migrate_repo/versions/017_event_state_status.py
index 81261406d..602cfd4ad 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/017_event_state_status.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/017_event_state_status.py
@@ -1,4 +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
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/018_resource_id_uuid.py b/heat/db/sqlalchemy/migrate_repo/versions/018_resource_id_uuid.py
index 2b374d30a..7fc129213 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/018_resource_id_uuid.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/018_resource_id_uuid.py
@@ -1,4 +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
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/019_resource_action_status.py b/heat/db/sqlalchemy/migrate_repo/versions/019_resource_action_status.py
index 7b8f70fd6..892bdb4fb 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/019_resource_action_status.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/019_resource_action_status.py
@@ -1,4 +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
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/020_stack_action.py b/heat/db/sqlalchemy/migrate_repo/versions/020_stack_action.py
index 4d635650d..0da3d2703 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/020_stack_action.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/020_stack_action.py
@@ -1,4 +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
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/022_stack_event_soft_delete.py b/heat/db/sqlalchemy/migrate_repo/versions/022_stack_event_soft_delete.py
index 7fa31afb8..2491ed0d6 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/022_stack_event_soft_delete.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/022_stack_event_soft_delete.py
@@ -1,4 +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
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/023_raw_template_mysql_longtext.py b/heat/db/sqlalchemy/migrate_repo/versions/023_raw_template_mysql_longtext.py
index 35a8ca9fe..17e9ba374 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/023_raw_template_mysql_longtext.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/023_raw_template_mysql_longtext.py
@@ -1,4 +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
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/024_event_resource_name.py b/heat/db/sqlalchemy/migrate_repo/versions/024_event_resource_name.py
index 920f29f33..642b0f9c8 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/024_event_resource_name.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/024_event_resource_name.py
@@ -1,4 +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
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/025_user_creds_drop_service.py b/heat/db/sqlalchemy/migrate_repo/versions/025_user_creds_drop_service.py
index 3070f887c..24db8e9ea 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/025_user_creds_drop_service.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/025_user_creds_drop_service.py
@@ -1,4 +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
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/026_user_creds_drop_aws.py b/heat/db/sqlalchemy/migrate_repo/versions/026_user_creds_drop_aws.py
index 69e7cb992..e67309c06 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/026_user_creds_drop_aws.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/026_user_creds_drop_aws.py
@@ -1,4 +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
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/027_user_creds_trusts.py b/heat/db/sqlalchemy/migrate_repo/versions/027_user_creds_trusts.py
index bd974968e..c3e73bd4a 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/027_user_creds_trusts.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/027_user_creds_trusts.py
@@ -1,4 +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
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/028_text_mysql_longtext.py b/heat/db/sqlalchemy/migrate_repo/versions/028_text_mysql_longtext.py
index 3a3f80b71..b5870af1d 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/028_text_mysql_longtext.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/028_text_mysql_longtext.py
@@ -1,4 +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
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/029_event_id_to_uuid.py b/heat/db/sqlalchemy/migrate_repo/versions/029_event_id_to_uuid.py
index 9a5424687..7f070e199 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/029_event_id_to_uuid.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/029_event_id_to_uuid.py
@@ -1,4 +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
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/033_software_config.py b/heat/db/sqlalchemy/migrate_repo/versions/033_software_config.py
index 65b933cf4..a7a04a234 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/033_software_config.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/033_software_config.py
@@ -1,4 +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
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/034_raw_template_files.py b/heat/db/sqlalchemy/migrate_repo/versions/034_raw_template_files.py
index b359ff11c..27901921a 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/034_raw_template_files.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/034_raw_template_files.py
@@ -1,4 +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
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/035_event_uuid_to_id.py b/heat/db/sqlalchemy/migrate_repo/versions/035_event_uuid_to_id.py
index fbc2ba4f1..e468f767c 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/035_event_uuid_to_id.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/035_event_uuid_to_id.py
@@ -1,4 +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
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/036_stack_domain_project.py b/heat/db/sqlalchemy/migrate_repo/versions/036_stack_domain_project.py
index 17722b158..5f39e77ca 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/036_stack_domain_project.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/036_stack_domain_project.py
@@ -1,4 +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
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/038_software_config_json_config.py b/heat/db/sqlalchemy/migrate_repo/versions/038_software_config_json_config.py
index 07408b54b..e0c376156 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/038_software_config_json_config.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/038_software_config_json_config.py
@@ -1,4 +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
diff --git a/heat/db/sqlalchemy/models.py b/heat/db/sqlalchemy/models.py
index bbecf8ce1..711191092 100644
--- a/heat/db/sqlalchemy/models.py
+++ b/heat/db/sqlalchemy/models.py
@@ -1,4 +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
diff --git a/heat/db/sqlalchemy/mutable.py b/heat/db/sqlalchemy/mutable.py
index 040cc7d07..8646a6240 100644
--- a/heat/db/sqlalchemy/mutable.py
+++ b/heat/db/sqlalchemy/mutable.py
@@ -1,4 +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