Your IP : 216.73.216.37
Current Path :
/
usr
/
lib64
/
python2.7
/
lib2to3
/
tests
/
data
/
fixers
/
Upload File :
Current File : //usr/lib64/python2.7/lib2to3/tests/data/fixers/bad_order.py
from lib2to3.fixer_base import BaseFix class FixBadOrder(BaseFix): order = "crazy"