Lines 1-11
Link Here
|
1 |
--- mypy/fastparse2.py.orig 2017-02-15 15:30:42 UTC |
|
|
2 |
+++ mypy/fastparse2.py |
3 |
@@ -43,7 +43,7 @@ from mypy.fastparse import TypeConverter |
4 |
|
5 |
try: |
6 |
from typed_ast import ast27 |
7 |
- from typed_ast import ast35 |
8 |
+ from typed_ast import ast3 as ast35 |
9 |
except ImportError: |
10 |
if sys.version_info.minor > 2: |
11 |
print('You must install the typed_ast package before you can run mypy' |