summaryrefslogtreecommitdiff
path: root/astroid/tests/testdata/python3/data/package/absimport.py
diff options
context:
space:
mode:
Diffstat (limited to 'astroid/tests/testdata/python3/data/package/absimport.py')
-rw-r--r--astroid/tests/testdata/python3/data/package/absimport.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/astroid/tests/testdata/python3/data/package/absimport.py b/astroid/tests/testdata/python3/data/package/absimport.py
new file mode 100644
index 0000000..33ed117
--- /dev/null
+++ b/astroid/tests/testdata/python3/data/package/absimport.py
@@ -0,0 +1,6 @@
+from __future__ import absolute_import, print_function
+import import_package_subpackage_module # fail
+print(import_package_subpackage_module)
+
+from . import hello as hola
+