projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c709da7
)
Py3 test fix
author
Stefan Behnel
<scoder@users.berlios.de>
Tue, 26 Apr 2011 07:25:56 +0000
(09:25 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Tue, 26 Apr 2011 07:25:56 +0000
(09:25 +0200)
tests/run/relativeimport_T542.pyx
patch
|
blob
|
history
diff --git
a/tests/run/relativeimport_T542.pyx
b/tests/run/relativeimport_T542.pyx
index 277421455e18444742e5940de640fd3625b89475..d6edf837fd56212bf8f65a4e6c9f0cc3af6c9fe1 100644
(file)
--- a/
tests/run/relativeimport_T542.pyx
+++ b/
tests/run/relativeimport_T542.pyx
@@
-20,10
+20,9
@@
def test_relative():
def test_absolute():
"""
- >>> test_absolute()
+ >>> test_absolute()
# doctest: +ELLIPSIS
Traceback (most recent call last):
- ...
- ImportError: No module named debug
+ ImportError: No module named ...debug...
"""
import debug
return