08c823a9b4
- Add 22.04 to charmcraft.yaml - Update metadata to include jammy - Remove impish from metadata - Update osci.yaml to include py3.10 default job - Modify tox.ini to remove py35,py36,py37 tox target and add py310 target. - ensure that the openstack-origin is yoga - charmhelpers sync func-test-pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/747 Change-Id: I8bd5e6f5d002fbd1118f2c7fa54e50f1b31fc722
20 lines
846 B
Python
20 lines
846 B
Python
# Copyright 2014-2019 Canonical Limited.
|
|
#
|
|
# 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.
|
|
|
|
# deprecated aliases for backwards compatibility
|
|
from charmhelpers.fetch.python import debug # noqa
|
|
from charmhelpers.fetch.python import packages # noqa
|
|
from charmhelpers.fetch.python import rpdb # noqa
|
|
from charmhelpers.fetch.python import version # noqa
|