2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 05:22:45 +00:00
Files
python/test/minimal.py
Joel de Guzman f1b376776e merged from HEAD
[SVN r15589]
2002-09-30 23:20:11 +00:00

5 lines
85 B
Python

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