debugpy/tests/test_data/flask1/__init__.py
Pavel Minaev 55eac82c96 Fix #1811: tests using attach_by_pid fail on Python 2.7
Don't call enable_attach() and wait_for_attach() while under import lock.
2020-01-26 17:14:30 -08:00

3 lines
34 B
Python

import debuggee
debuggee.setup()