mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Whitespace
This commit is contained in:
parent
0373a106a1
commit
44fff77684
7 changed files with 7 additions and 7 deletions
|
|
@ -1,3 +1,3 @@
|
|||
import unittest
|
||||
|
||||
unittest.main('test.test_import')
|
||||
unittest.main('test.test_import')
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
"""Test the binding of names when a circular import shares the same name as an
|
||||
attribute."""
|
||||
from .rebinding2 import util
|
||||
from .rebinding2 import util
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
from .subpkg import util
|
||||
from . import rebinding
|
||||
util = util.util
|
||||
util = util.util
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
"""Circular import involving a sub-package."""
|
||||
from .subpkg import subpackage2
|
||||
from .subpkg import subpackage2
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
#from .util import util
|
||||
from .. import subpackage
|
||||
from .. import subpackage
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
def util():
|
||||
pass
|
||||
pass
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
def util():
|
||||
pass
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue