This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
cpython
mirror of
https://github.com/python/cpython
Watch
4
Star
1
Fork
You've already forked cpython
0
Code
Issues
Releases
Wiki
Activity
ba45295938
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
'
)