Allow try/except/else/finally keywords intermixed with imports. #304
authorIan Lee <IanLee1521@gmail.com>
Tue, 16 Dec 2014 03:01:29 +0000 (19:01 -0800)
committerIan Lee <IanLee1521@gmail.com>
Sun, 21 Dec 2014 02:54:58 +0000 (18:54 -0800)
commit373e0ac1138f0e24422b5e2e78f02ed0557d5c23
treedb0f7bbf16a3ae3579a1c4e358d2b2e2b6b2e14e
parent53d4741dbae96d0435fd8c55176611cc38816369
Allow try/except/else/finally keywords intermixed with imports. #304

* This allows use of conditional imports.
* Also move `__version__` definition to conform with this rule.
pep8.py