diff options
| author | platings <none@none> | 2015-03-12 11:56:38 +0000 |
|---|---|---|
| committer | platings <none@none> | 2015-03-12 11:56:38 +0000 |
| commit | 2fc233cfc4e46d15b87b8e2bf9e553cc70bc7c93 (patch) | |
| tree | 6366ab1f9323a2fa6d653da1f263e5711731c202 /astroid/tests/testdata/python3 | |
| parent | 5104cfb0e31bb88882c6c6bb6e9c653c56ee99e9 (diff) | |
| download | astroid-git-2fc233cfc4e46d15b87b8e2bf9e553cc70bc7c93.tar.gz | |
Work around the Python 2 part of issue https://bitbucket.org/logilab/astroid/issue/72/installing-astroid-via-setuptools-as-a
Diffstat (limited to 'astroid/tests/testdata/python3')
| -rw-r--r-- | astroid/tests/testdata/python3/data/module2.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astroid/tests/testdata/python3/data/module2.py b/astroid/tests/testdata/python3/data/module2.py index 1171bdfe..582ccd98 100644 --- a/astroid/tests/testdata/python3/data/module2.py +++ b/astroid/tests/testdata/python3/data/module2.py @@ -1,3 +1,4 @@ +from __future__ import print_function from data.module import YO, YOUPI import data |
