暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

__init__.py 118B

1234
  1. try:
  2. import loader
  3. except ImportError:
  4. print("This tests are designed to be runned with the runtest utility")