Starting with Python 3.4 from is not a token that always is a "new" statement.

This commit is contained in:
Dave Halter
2015-12-26 02:47:22 +01:00
parent eb2e41f771
commit ab5d0ed72b
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ del _compile
tabsize = 8
ALWAYS_BREAK_TOKENS = (';', 'import', 'from', 'class', 'def', 'try', 'except',
ALWAYS_BREAK_TOKENS = (';', 'import', 'class', 'def', 'try', 'except',
'finally', 'while', 'return')