2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-28 07:22:31 +00:00
Files
python/vc6_prj/test_hello.py
nobody ada1ce37e9 This commit was manufactured by cvs2svn to create tag
'Version_1_19_0'.

[SVN r8447]
2000-12-10 15:53:47 +00:00

7 lines
159 B
Python

import hello # Get demo imported now so test_extclass won't look in its own directory
import os
os.chdir('..')
import test_example1
test_example1.run(["-v"])