Home | History | Annotate | Download | only in fixers
      1 from lib2to3.fixer_base import BaseFix
      2 
      3 class FixBadOrder(BaseFix):
      4 
      5     order = "crazy"
      6