Fix Python 3 import_packages/relativeimport2 example clean
runme3.py files are generated and should not be checked in
This commit is contained in:
parent
a89a892843
commit
9834a69c18
1 changed files with 0 additions and 9 deletions
|
|
@ -1,9 +0,0 @@
|
|||
# Test import of modules content from within __init__.py
|
||||
print("Testing %module(package=...) + python 'import' in __init__.py")
|
||||
import sys
|
||||
if sys.version_info < (3, 0):
|
||||
import py2.pkg2.bar
|
||||
print(" Finished importing py2.pkg2.bar")
|
||||
else:
|
||||
import py3.pkg2.bar
|
||||
print(" Finished importing py3.pkg2.bar")
|
||||
Loading…
Add table
Add a link
Reference in a new issue