mirror of
https://github.com/boostorg/python.git
synced 2026-01-24 18:12:43 +00:00
7 lines
159 B
Python
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"])
|
|
|