Commit 4261ae5 1 parent b73b319 commit 4261ae5 Copy full SHA for 4261ae5
File tree 8 files changed +0
-16
lines changed
8 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 1
1
# This file is part of cloud-init. See LICENSE file for license information.
2
2
"""schema.py: Set of module functions for processing cloud-config schema."""
3
3
4
- from __future__ import print_function
5
-
6
4
from cloudinit import importer
7
5
from cloudinit .util import find_modules , load_file
8
6
Original file line number Diff line number Diff line change 1
1
# This file is part of cloud-init. See LICENSE file for license information.
2
2
3
- from __future__ import absolute_import
4
-
5
3
try :
6
4
from serial import Serial
7
5
except ImportError :
Original file line number Diff line number Diff line change 6
6
#
7
7
# This file is part of cloud-init. See LICENSE file for license information.
8
8
9
- from __future__ import print_function
10
-
11
9
import hashlib
12
10
import os
13
11
import time
Original file line number Diff line number Diff line change 1
1
# This file is part of cloud-init. See LICENSE file for license information.
2
2
3
- from __future__ import print_function
4
-
5
3
import functools
6
4
import httpretty
7
5
import io
Original file line number Diff line number Diff line change 1
1
# This file is part of cloud-init. See LICENSE file for license information.
2
2
3
- from __future__ import print_function
4
-
5
3
from cloudinit .tests import helpers as test_helpers
6
4
7
5
from cloudinit .cs_utils import Cepko
Original file line number Diff line number Diff line change 12
12
13
13
'''
14
14
15
- from __future__ import print_function
16
-
17
15
from binascii import crc32
18
16
import json
19
17
import multiprocessing
Original file line number Diff line number Diff line change 4
4
#
5
5
# This file is part of cloud-init. See LICENSE file for license information.
6
6
7
- from __future__ import print_function
8
-
9
7
from cloudinit .tests import helpers as test_helpers
10
8
import textwrap
11
9
Original file line number Diff line number Diff line change 1
1
# This file is part of cloud-init. See LICENSE file for license information.
2
2
3
- from __future__ import print_function
4
-
5
3
import io
6
4
import json
7
5
import logging
You can’t perform that action at this time.
0 commit comments