summaryrefslogtreecommitdiff
path: root/04-CustomLibrary/Custometest/__init__.py
blob: a4b4d8309e84837c7dac60a4626e311c5af6bfe0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

#-*- coding:utf-8 -*-
'''
    created by hch 2019-06-26
'''
 
from custometest.printlog import printlog
from custometest.MD5 import MD5
from custometest.cmd_cer import Order
# from custometest.printlog import printlog

 
__version__ = '1.0'
 
class custometest(printlog,Order,MD5):
    ROBOT_LIBRARY_SCOPE = 'GLOBAL'