]> git.proxmox.com Git - mirror_edk2.git/blame - AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/fixers/myfixes/fix_preorder.py
EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Lib / lib2to3 / tests / data / fixers / myfixes / fix_preorder.py
CommitLineData
4710c53d 1from lib2to3.fixer_base import BaseFix\r
2\r
3class FixPreorder(BaseFix):\r
4 order = "pre"\r
5\r
6 def match(self, node): return False\r