ed88f06bb9
Resolves: rhbz#2159304
6 lines
82 B
Python
6 lines
82 B
Python
import pyximport
|
|
pyximport.install()
|
|
|
|
import helloworld
|
|
assert helloworld.works()
|