xref
: /
external
/
python
/
cpython3
/
Lib
/
lib2to3
/
tests
/
data
/
fixers
/
bad_order.py
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
from
lib2to3
.
fixer_base
import
BaseFix
2
3
class
FixBadOrder
(
BaseFix
):
4
5
order
=
"crazy"
6