942c69695700d4cf1e25a51bedf89997a20f06c2
[osm/SO.git] / rwlaunchpad / ra / pytest / ns / restapitest / utils / imports.py
1 # !/usr/bin/env python
2 """
3 #
4 # Copyright 2017 RIFT.io Inc
5 #
6 # Licensed under the Apache License, Version 2.0 (the "License");
7 # you may not use this file except in compliance with the License.
8 # You may obtain a copy of the License at
9 #
10 # http://www.apache.org/licenses/LICENSE-2.0
11 #
12 # Unless required by applicable law or agreed to in writing, software
13 # distributed under the License is distributed on an "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 # See the License for the specific language governing permissions and
16 # limitations under the License.
17 #
18
19 @file imports.py
20 @author Anoop Valluthadam (anoop.valluthadam@riftio.com)
21 """
22
23 import json # noqa
24 import socket # noqa
25 import struct # noqa
26 import requests # noqa
27 import random # noqa
28 import logging # noqa
29 import uuid # noqa
30 import decimal # noqa
31 import argparse # noqa
32 import datetime # noqa
33 import time # noqa
34
35 from logging import handlers # noqa
36 from signal import SIGTERM # noqa
37 from requests.auth import HTTPBasicAuth # noqa
38 from random import choice # noqa
39 from string import ascii_lowercase # noqa