__init__.py 136 B

123
  1. # A package that raises an ImportError that can be shared among test apps and
  2. # excluded from test discovery.
  3. raise ImportError("Oops")