fix: compatibility in Python 2.7

ImportError will be raised in `from httprunner.plugins.locusts.utils import prepare_locust_tests` if httprunner/plugins/__init__.py is missed
This commit is contained in:
debugtalk
2019-10-26 21:41:52 +08:00
parent 6ea6a084c1
commit ce3e932745
2 changed files with 2 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
# NOTICE:
# This file should not be deleted, or ImportError will be raised in Python 2.7 when importing plugin