This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
796fe2c934
cpython
/
Lib
/
test
/
test_import
/
__main__.py
4 lines
51 B
Python
Raw
Normal View
History
Unescape
Escape
Issue #17636: Circular imports involving relative imports are now supported.
2014-10-13 15:19:45 -03:00
import
unittest
Whitespace
2014-10-13 15:21:12 -03:00
unittest
.
main
(
'
test.test_import
'
)