1# Copyright 2017 Google Inc. All Rights Reserved.
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7#    http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15import sys
16x=sys.modules['containerregistry.client.v2_2']
17
18
19from containerregistry.client.v2_2 import docker_creds_
20setattr(x, 'docker_creds', docker_creds_)
21
22
23from containerregistry.client.v2_2 import docker_digest_
24setattr(x, 'docker_digest', docker_digest_)
25
26
27from containerregistry.client.v2_2 import docker_http_
28setattr(x, 'docker_http', docker_http_)
29
30
31from containerregistry.client.v2_2 import docker_image_
32setattr(x, 'docker_image', docker_image_)
33
34
35from containerregistry.client.v2_2 import append_
36setattr(x, 'append', append_)
37
38
39from containerregistry.client.v2_2 import docker_image_list_
40setattr(x, 'docker_image_list', docker_image_list_)
41
42
43from containerregistry.client.v2_2 import oci_compat_
44setattr(x, 'oci_compat', oci_compat_)
45
46
47from containerregistry.client.v2_2 import v2_compat_
48setattr(x, 'v2_compat', v2_compat_)
49
50
51from containerregistry.client.v2_2 import docker_session_
52setattr(x, 'docker_session', docker_session_)
53
54
55from containerregistry.client.v2_2 import save_
56setattr(x, 'save', save_)
57
58
59