提交 1c5f5625 编写于 作者: C cuixucui

Code specification rectification

上级 0c3fe3cb
......@@ -83,7 +83,7 @@ class Job(object):
for thing in dir(module):
test_class = getattr(module, thing)
try:
from types import ClassType as classtype
from types import ClassType as ct
except ImportError:
ct = type
if isinstance(test_class, ct) and issubclass(test_class, Test):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册