diff options
author | dongwenjuan <dong.wenjuan@zte.com.cn> | 2017-09-15 09:12:14 +0800 |
---|---|---|
committer | dongwenjuan <dong.wenjuan@zte.com.cn> | 2017-09-15 09:12:14 +0800 |
commit | 54b4b3418aae6d649411b531f0aa8bc4d9fd6b2c (patch) | |
tree | f290dea6ff499b97e5b80ef2286f71e2e83d1495 /doctor_tests | |
parent | 25759e0a0204765a7a9454d7586df66592e943c2 (diff) |
add __init__.py file in doctor_tests dir
Change-Id: I43bd8aaadec893114b00d10c3f36dafd8bcef21e
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
Diffstat (limited to 'doctor_tests')
-rw-r--r-- | doctor_tests/__init__.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doctor_tests/__init__.py b/doctor_tests/__init__.py new file mode 100644 index 00000000..48893ae6 --- /dev/null +++ b/doctor_tests/__init__.py @@ -0,0 +1,8 @@ +############################################################################## +# Copyright (c) 2017 ZTE Corporation and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## |