Commit 6aa8aa7f authored by Charles Blake's avatar Charles Blake

Change cimports to reflect pxd renames.

parent 8a10a67e
# tag: posix # tag: posix
from libc.stdlib cimport getenv from libc.stdlib cimport getenv
from posix.stdlib cimport setenv, unsetenv from posix.stdlib cimport setenv, unsetenv
from posix.time cimport * from libc.time cimport *
def test_time(): def test_time():
......
# tag: posix # tag: posix
from posix.sys_time cimport * from posix.time cimport *
def test_itimer(sec, usec): def test_itimer(sec, usec):
""" """
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment