##// END OF EJS Templates
import-checker: fix test to make a real package...
Yuya Nishihara -
r29206:0ec8501a default
parent child Browse files
Show More
@@ -11,6 +11,7 b" it's working correctly."
11 Run additional tests for the import checker
11 Run additional tests for the import checker
12
12
13 $ mkdir testpackage
13 $ mkdir testpackage
14 $ touch testpackage/__init__.py
14
15
15 $ cat > testpackage/multiple.py << EOF
16 $ cat > testpackage/multiple.py << EOF
16 > from __future__ import absolute_import
17 > from __future__ import absolute_import
General Comments 0
You need to be logged in to leave comments. Login now