Fix exposing system constants

Exposed incorrect file at
I53964f935d82c349d51c0991c46a3e2b9b0d2682

Change-Id: Iede5a4b505316601ac81f8c36d5790a2e935869a
This commit is contained in:
Aija Jauntēva 2021-08-23 09:38:05 -04:00
parent 1b311b8166
commit be0b8450bc
2 changed files with 1 additions and 15 deletions

View File

@ -13,3 +13,4 @@
# under the License.
from sushy_oem_idrac.resources.manager.constants import * # noqa
from sushy_oem_idrac.resources.system.constants import * # noqa

View File

@ -1,15 +0,0 @@
# Copyright (c) 2021 Dell Inc. or its subsidiaries.
#
# 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.
from sushy_oem_idrac.resources.system.constants import * # noqa