diff options
| author | Omer Katz <omer.drow@gmail.com> | 2015-06-02 12:13:02 +0300 |
|---|---|---|
| committer | Omer Katz <omer.drow@gmail.com> | 2015-06-02 12:13:02 +0300 |
| commit | feac5e91e367e2fb25ddbea3ea447a3138298e4f (patch) | |
| tree | 4552d0b6affd1d7545c51c5ea57d674579adf48f /astroid/tests/testdata/python2/data/module1abs | |
| parent | f3de950bfb19c81cd6430e7244f996bf824584e4 (diff) | |
| download | astroid-feac5e91e367e2fb25ddbea3ea447a3138298e4f.tar.gz | |
print_statement -> print_function.fix-python3-tests
Diffstat (limited to 'astroid/tests/testdata/python2/data/module1abs')
| -rw-r--r-- | astroid/tests/testdata/python2/data/module1abs/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/tests/testdata/python2/data/module1abs/__init__.py b/astroid/tests/testdata/python2/data/module1abs/__init__.py index 173c2fd..42949a4 100644 --- a/astroid/tests/testdata/python2/data/module1abs/__init__.py +++ b/astroid/tests/testdata/python2/data/module1abs/__init__.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import, print_statement +from __future__ import absolute_import, print_function from . import core from .core import * print(sys.version) |
