8th day of python challenges 111-117
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
"""test cyclic import
|
||||
"""
|
||||
# pylint: disable=no-absolute-import
|
||||
from __future__ import print_function
|
||||
|
||||
from . import w0401_cycle
|
||||
|
||||
if w0401_cycle:
|
||||
print(w0401_cycle)
|
||||
Reference in New Issue
Block a user