summaryrefslogtreecommitdiff
path: root/astroid/tests/testdata/python2/data/appl/myConnection.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace __future__.print_statement with print_functionprint_statementJohn Vandenberg2015-10-191-1/+1
| | | | | | 1c35a97 fixed Python 2 only print statements, and imported a mix of __future__.print_function and __future__.print_statement. 1826d98 fixed most of them, however this one still remains.
* Fixed syntax errors in Python 3.Omer Katz2015-06-011-1/+2
|
* Merge all test data into a single package per Python version.Torsten Marek2014-11-091-0/+11
Also modernized a lot of test code. This makes it possible to run the tests from both the base directory of the project as well as the astroid package. Since the packages have the same name for Python 2 and 3, there is less version-dependent code in the tests.