##// END OF EJS Templates
test-extension: do not depend on demandimport (issue5012)...
Jun Wu -
r27491:28c1aa12 default
parent child Browse files
Show More
@@ -206,7 +206,7 b' Check absolute/relative import of extens'
206 > from extroot.bar import s
206 > from extroot.bar import s
207 > buf.append('from extroot.bar import s: %s' % s)
207 > buf.append('from extroot.bar import s: %s' % s)
208 > EOF
208 > EOF
209 $ hg --config extensions.extroot=$TESTTMP/extroot root
209 $ (PYTHONPATH=${PYTHONPATH}${PATHSEP}${TESTTMP}; hg --config extensions.extroot=$TESTTMP/extroot root)
210 (extroot) from extroot.bar import *: this is extroot.bar
210 (extroot) from extroot.bar import *: this is extroot.bar
211 (extroot) import extroot.sub1.baz: this is extroot.sub1.baz
211 (extroot) import extroot.sub1.baz: this is extroot.sub1.baz
212 (extroot) import extroot: this is extroot.__init__
212 (extroot) import extroot: this is extroot.__init__
General Comments 0
You need to be logged in to leave comments. Login now