2
0
mirror of https://github.com/boostorg/python.git synced 2026-02-02 09:02:15 +00:00
Files
python/vc6_prj/test_demo.py
Ullrich Köthe 12a881ead5 This commit was generated by cvs2svn to compensate for changes in r315,
which included commits to RCS files with non-trunk default branches.


[SVN r7932]
2000-10-13 13:49:34 +00:00

7 lines
179 B
Python

import demo # Get demo imported now so test_extclass won't look in its own directory
import os
os.chdir('..')
import test_extclass
test_extclass.run(['-v', '--broken-auto-ptr'])