django/tests/sphinx/testdata/package/import_error.py

6 lines
61 B
Python

from .....test import Test # noqa
class MyClass:
pass