summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Blake <cblake@csail.mit.edu>2014-09-26 12:25:56 -0400
committerCharles Blake <cblake@csail.mit.edu>2014-09-26 12:25:56 -0400
commit4a03dce8adf264458ee1b11ae462c2abae08e273 (patch)
treeeee1085d1dd4114686572313d03a57cc825e4aab
parentd44b36466cf2a96a8ee07b93990303dffd0eba5f (diff)
downloadcython-4a03dce8adf264458ee1b11ae462c2abae08e273.tar.gz
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
-rw-r--r--tests/run/libc_time.pyx2
-rw-r--r--tests/run/posix_time.pyx2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/run/libc_time.pyx b/tests/run/libc_time.pyx
index 53c05d416..db5e69365 100644
--- a/tests/run/libc_time.pyx
+++ b/tests/run/libc_time.pyx
@@ -1,7 +1,7 @@
# tag: posix
from libc.stdlib cimport getenv
from posix.stdlib cimport setenv, unsetenv
-from posix.time cimport *
+from libc.time cimport *
def test_time():
diff --git a/tests/run/posix_time.pyx b/tests/run/posix_time.pyx
index f7307c8b4..1d0e3c453 100644
--- a/tests/run/posix_time.pyx
+++ b/tests/run/posix_time.pyx
@@ -1,6 +1,6 @@
# tag: posix
-from posix.sys_time cimport *
+from posix.time cimport *
def test_itimer(sec, usec):
"""