From 290dad7d11f7d2ffa167a0be050e5315e86e4926 Mon Sep 17 00:00:00 2001 From: Cao Xuan Hoang Date: Mon, 5 Dec 2016 14:22:55 +0700 Subject: [PATCH] Remove unnecessary models.py file The django issue [1] have already fixed. So we can remove the file now. [1] https://code.djangoproject.com/ticket/7198 Change-Id: I3705a762af6a0465277b4ac9a094a8fb4d540fda --- .../horizon/conf/dash_template/models.py | 3 --- code/horizon/horizon/models.py | 21 ------------------- .../test_dashboards/cats/kittens/models.py | 3 --- .../test/test_dashboards/cats/models.py | 3 --- .../test_dashboards/cats/tigers/models.py | 3 --- .../test/test_dashboards/dogs/models.py | 3 --- .../test_dashboards/dogs/puppies/models.py | 3 --- .../dashboards/environment/models.py | 21 ------------------- 8 files changed, 60 deletions(-) delete mode 100644 code/horizon/horizon/conf/dash_template/models.py delete mode 100644 code/horizon/horizon/models.py delete mode 100644 code/horizon/horizon/test/test_dashboards/cats/kittens/models.py delete mode 100644 code/horizon/horizon/test/test_dashboards/cats/models.py delete mode 100644 code/horizon/horizon/test/test_dashboards/cats/tigers/models.py delete mode 100644 code/horizon/horizon/test/test_dashboards/dogs/models.py delete mode 100644 code/horizon/horizon/test/test_dashboards/dogs/puppies/models.py delete mode 100644 code/horizon/openstack_dashboard/dashboards/environment/models.py diff --git a/code/horizon/horizon/conf/dash_template/models.py b/code/horizon/horizon/conf/dash_template/models.py deleted file mode 100644 index 1b3d5f9e..00000000 --- a/code/horizon/horizon/conf/dash_template/models.py +++ /dev/null @@ -1,3 +0,0 @@ -""" -Stub file to work around django bug: https://code.djangoproject.com/ticket/7198 -""" diff --git a/code/horizon/horizon/models.py b/code/horizon/horizon/models.py deleted file mode 100644 index 63e0b0f0..00000000 --- a/code/horizon/horizon/models.py +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 2012 United States Government as represented by the -# Administrator of the National Aeronautics and Space Administration. -# All Rights Reserved. -# -# Copyright 2012 Nebula, Inc. -# -# 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 -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. - -""" -Stub file to work around django bug: https://code.djangoproject.com/ticket/7198 -""" diff --git a/code/horizon/horizon/test/test_dashboards/cats/kittens/models.py b/code/horizon/horizon/test/test_dashboards/cats/kittens/models.py deleted file mode 100644 index 1b3d5f9e..00000000 --- a/code/horizon/horizon/test/test_dashboards/cats/kittens/models.py +++ /dev/null @@ -1,3 +0,0 @@ -""" -Stub file to work around django bug: https://code.djangoproject.com/ticket/7198 -""" diff --git a/code/horizon/horizon/test/test_dashboards/cats/models.py b/code/horizon/horizon/test/test_dashboards/cats/models.py deleted file mode 100644 index 1b3d5f9e..00000000 --- a/code/horizon/horizon/test/test_dashboards/cats/models.py +++ /dev/null @@ -1,3 +0,0 @@ -""" -Stub file to work around django bug: https://code.djangoproject.com/ticket/7198 -""" diff --git a/code/horizon/horizon/test/test_dashboards/cats/tigers/models.py b/code/horizon/horizon/test/test_dashboards/cats/tigers/models.py deleted file mode 100644 index 1b3d5f9e..00000000 --- a/code/horizon/horizon/test/test_dashboards/cats/tigers/models.py +++ /dev/null @@ -1,3 +0,0 @@ -""" -Stub file to work around django bug: https://code.djangoproject.com/ticket/7198 -""" diff --git a/code/horizon/horizon/test/test_dashboards/dogs/models.py b/code/horizon/horizon/test/test_dashboards/dogs/models.py deleted file mode 100644 index 1b3d5f9e..00000000 --- a/code/horizon/horizon/test/test_dashboards/dogs/models.py +++ /dev/null @@ -1,3 +0,0 @@ -""" -Stub file to work around django bug: https://code.djangoproject.com/ticket/7198 -""" diff --git a/code/horizon/horizon/test/test_dashboards/dogs/puppies/models.py b/code/horizon/horizon/test/test_dashboards/dogs/puppies/models.py deleted file mode 100644 index 1b3d5f9e..00000000 --- a/code/horizon/horizon/test/test_dashboards/dogs/puppies/models.py +++ /dev/null @@ -1,3 +0,0 @@ -""" -Stub file to work around django bug: https://code.djangoproject.com/ticket/7198 -""" diff --git a/code/horizon/openstack_dashboard/dashboards/environment/models.py b/code/horizon/openstack_dashboard/dashboards/environment/models.py deleted file mode 100644 index 63e0b0f0..00000000 --- a/code/horizon/openstack_dashboard/dashboards/environment/models.py +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 2012 United States Government as represented by the -# Administrator of the National Aeronautics and Space Administration. -# All Rights Reserved. -# -# Copyright 2012 Nebula, Inc. -# -# 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 -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. - -""" -Stub file to work around django bug: https://code.djangoproject.com/ticket/7198 -"""