]> git.proxmox.com Git - mirror_edk2.git/blame - AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/fixers/bad_order.py
EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Lib / lib2to3 / tests / data / fixers / bad_order.py
CommitLineData
4710c53d 1from lib2to3.fixer_base import BaseFix\r
2\r
3class FixBadOrder(BaseFix):\r
4\r
5 order = "crazy"\r