r.py 96 B

1234567
  1. value = '123'
  2. try:
  3. from test2.a import g
  4. except ImportError:
  5. # circular import
  6. pass