File: unimportable.py

package info (click to toggle)
python-reportlab 3.3.0-2%2Bdeb9u1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 7,172 kB
  • sloc: python: 71,880; ansic: 19,093; xml: 1,494; makefile: 416; java: 193; sh: 100
file content (10 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
#module you cannot import
"""
This is a fixture used for testing a dynamic import function.

It is supposed to produce an error when imported.
"""

value = 100 / 0