Show More
@@ -421,8 +421,10 b' works as expected in "level > 1" case.' | |||||
421 | > EOF |
|
421 | > EOF | |
422 | $ cat > $TESTTMP/absextroot/xsub1/xsub2/relimporter.py <<EOF |
|
422 | $ cat > $TESTTMP/absextroot/xsub1/xsub2/relimporter.py <<EOF | |
423 | > from __future__ import absolute_import |
|
423 | > from __future__ import absolute_import | |
|
424 | > from mercurial import pycompat | |||
424 | > from ... import relimportee |
|
425 | > from ... import relimportee | |
425 |
> detail = b"this relimporter imports %r" % ( |
|
426 | > detail = b"this relimporter imports %r" % ( | |
|
427 | > pycompat.bytestr(relimportee.detail)) | |||
426 | > EOF |
|
428 | > EOF | |
427 |
|
429 | |||
428 | Setup modules, which actually import extension local modules at |
|
430 | Setup modules, which actually import extension local modules at |
General Comments 0
You need to be logged in to leave comments.
Login now