summaryrefslogtreecommitdiff
path: root/Lib/test/test_import/data/circular_imports/rebinding.py
blob: 2b773755591a0ad54db5153742b109c95f17eb85 (plain)
1
2
3
"""Test the binding of names when a circular import shares the same name as an
attribute."""
from .rebinding2 import util