From: dongwenjuan Date: Fri, 15 Sep 2017 01:12:14 +0000 (+0800) Subject: add __init__.py file in doctor_tests dir X-Git-Tag: opnfv-5.0.RC1~11 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=doctor.git;a=commitdiff_plain;h=54b4b3418aae6d649411b531f0aa8bc4d9fd6b2c add __init__.py file in doctor_tests dir Change-Id: I43bd8aaadec893114b00d10c3f36dafd8bcef21e Signed-off-by: dongwenjuan --- 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 +##############################################################################