Commit 4a03dce8 authored by Charles Blake's avatar Charles Blake

Change cimports to reflect pxd renames.

--HG--
extra : transplant_source : %28z%B9n%0B%83%85%29%BC%60%E1s%DC%E9%FDeF%F8%9F%C5
parent d44b3646
# tag: posix
from libc.stdlib cimport getenv
from posix.stdlib cimport setenv, unsetenv
from posix.time cimport *
from libc.time cimport *
def test_time():
......
# tag: posix
from posix.sys_time cimport *
from posix.time cimport *
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