From 168bb73157e0b052654b2dc274e7d4ef36cc226c Mon Sep 17 00:00:00 2001 From: Ivan Kolodyazhny Date: Tue, 30 Apr 2019 10:20:26 -0600 Subject: [PATCH] Remove unused version modules These modules are not used anywhere and is nont working. Change-Id: I36d847857c6ba162ae82679af5ea39f4e598dfd5 --- vitrage_dashboard/admin_alarms/version.py | 15 --------------- vitrage_dashboard/admin_dashboard/version.py | 15 --------------- vitrage_dashboard/admin_entities/version.py | 15 --------------- vitrage_dashboard/admin_templates/version.py | 15 --------------- vitrage_dashboard/alarms/version.py | 15 --------------- vitrage_dashboard/dashboard/version.py | 15 --------------- vitrage_dashboard/entities/version.py | 15 --------------- 7 files changed, 105 deletions(-) delete mode 100644 vitrage_dashboard/admin_alarms/version.py delete mode 100644 vitrage_dashboard/admin_dashboard/version.py delete mode 100644 vitrage_dashboard/admin_entities/version.py delete mode 100644 vitrage_dashboard/admin_templates/version.py delete mode 100644 vitrage_dashboard/alarms/version.py delete mode 100644 vitrage_dashboard/dashboard/version.py delete mode 100644 vitrage_dashboard/entities/version.py diff --git a/vitrage_dashboard/admin_alarms/version.py b/vitrage_dashboard/admin_alarms/version.py deleted file mode 100644 index 44d2235..0000000 --- a/vitrage_dashboard/admin_alarms/version.py +++ /dev/null @@ -1,15 +0,0 @@ -# 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. - -import pbr.version - -version_info = pbr.version.VersionInfo('vitrage_alarms_ui') diff --git a/vitrage_dashboard/admin_dashboard/version.py b/vitrage_dashboard/admin_dashboard/version.py deleted file mode 100644 index 1b61796..0000000 --- a/vitrage_dashboard/admin_dashboard/version.py +++ /dev/null @@ -1,15 +0,0 @@ -# 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. - -import pbr.version - -version_info = pbr.version.VersionInfo('vitrage_entities_ui') diff --git a/vitrage_dashboard/admin_entities/version.py b/vitrage_dashboard/admin_entities/version.py deleted file mode 100644 index 1b61796..0000000 --- a/vitrage_dashboard/admin_entities/version.py +++ /dev/null @@ -1,15 +0,0 @@ -# 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. - -import pbr.version - -version_info = pbr.version.VersionInfo('vitrage_entities_ui') diff --git a/vitrage_dashboard/admin_templates/version.py b/vitrage_dashboard/admin_templates/version.py deleted file mode 100644 index cbca802..0000000 --- a/vitrage_dashboard/admin_templates/version.py +++ /dev/null @@ -1,15 +0,0 @@ -# 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. - -import pbr.version - -version_info = pbr.version.VersionInfo('vitrage_templates_ui') diff --git a/vitrage_dashboard/alarms/version.py b/vitrage_dashboard/alarms/version.py deleted file mode 100644 index 44d2235..0000000 --- a/vitrage_dashboard/alarms/version.py +++ /dev/null @@ -1,15 +0,0 @@ -# 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. - -import pbr.version - -version_info = pbr.version.VersionInfo('vitrage_alarms_ui') diff --git a/vitrage_dashboard/dashboard/version.py b/vitrage_dashboard/dashboard/version.py deleted file mode 100644 index 9c841c4..0000000 --- a/vitrage_dashboard/dashboard/version.py +++ /dev/null @@ -1,15 +0,0 @@ -# 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. - -import pbr.version - -version_info = pbr.version.VersionInfo('vitrage_dashboard_ui') diff --git a/vitrage_dashboard/entities/version.py b/vitrage_dashboard/entities/version.py deleted file mode 100644 index 1b61796..0000000 --- a/vitrage_dashboard/entities/version.py +++ /dev/null @@ -1,15 +0,0 @@ -# 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. - -import pbr.version - -version_info = pbr.version.VersionInfo('vitrage_entities_ui')