2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-21 05:02:17 +00:00
Files
python/test/minimal.py
Dave Abrahams 6bfbeb3dfa make minimal a more-useful test
[SVN r15540]
2002-09-28 13:26:12 +00:00

5 lines
85 B
Python

print "IMPORTING minimal_ext"
import minimal_ext
print "DONE IMPORTING minimal_ext"