Move another test to examples

This commit is contained in:
Dave Halter
2020-01-12 00:09:48 +01:00
parent 1e27491545
commit c79269b3ee
5 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
from simple_import import module
def in_function():
from simple_import import module2

View File

View File