Files
Mikhail Golubev 89eb73790a PY-25234 More efficient way to check that a user skeleton belongs to the stdlib
Also, I added a test on that scenario using the skeleton for "alembic"
as an example.
2017-12-11 20:19:51 +03:00

6 lines
48 B
Python

import sys
import alembic
print(alembic, sys)