]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/reindent-rst.py
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Tools / scripts / reindent-rst.py
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/reindent-rst.py b/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/reindent-rst.py
deleted file mode 100644 (file)
index 037f045..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/usr/bin/env python\r
-\r
-# Make a reST file compliant to our pre-commit hook.\r
-# Currently just remove trailing whitespace.\r
-\r
-import sys\r
-\r
-import patchcheck\r
-\r
-def main(argv=sys.argv):\r
-    patchcheck.normalize_docs_whitespace(argv[1:])\r
-\r
-if __name__ == '__main__':\r
-    sys.exit(main())\r