except_cond3 needs to be in 2.x

This commit is contained in:
rocky
2019-07-03 19:16:09 -04:00
parent 68c5b2338f
commit f425db33b7
3 changed files with 6 additions and 2 deletions

View File

@@ -26,8 +26,6 @@ def customize_for_version25(self, version):
# Import style for 2.5+
########################
TABLE_DIRECT.update({
'except_cond3' : ( '%|except %c, %c:\n',
(1, 'expr'), (-2, 'store') ),
'importmultiple': ( '%|import %c%c\n', 2, 3 ),
'import_cont' : ( ', %c', 2 ),
# With/as is allowed as "from future" thing in 2.5