From 54b4b3418aae6d649411b531f0aa8bc4d9fd6b2c Mon Sep 17 00:00:00 2001 From: dongwenjuan Date: Fri, 15 Sep 2017 09:12:14 +0800 Subject: add __init__.py file in doctor_tests dir Change-Id: I43bd8aaadec893114b00d10c3f36dafd8bcef21e Signed-off-by: dongwenjuan --- doctor_tests/__init__.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doctor_tests/__init__.py (limited to 'doctor_tests') 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 +############################################################################## -- cgit 1.2.3-korg