Index: third_party/twisted_8_1/twisted/python/zsh/_tapconvert |
diff --git a/third_party/twisted_8_1/twisted/python/zsh/_tapconvert b/third_party/twisted_8_1/twisted/python/zsh/_tapconvert |
deleted file mode 100644 |
index 82d2facdf8c8bb614beaa4d455874884a8e34d5c..0000000000000000000000000000000000000000 |
--- a/third_party/twisted_8_1/twisted/python/zsh/_tapconvert |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-#compdef tapconvert |
-_arguments -s -A "-*" \ |
-'(--decrypt)-d[The specified tap/aos/xml file is encrypted.]' \ |
-'(-d)--decrypt[The specified tap/aos/xml file is encrypted.]' \ |
-'(--encrypt)-e[Encrypt file before writing]' \ |
-'(-e)--encrypt[Encrypt file before writing]' \ |
-'--help[Display this help and exit.]' \ |
-'(--in)-i[The filename of the tap to read from]:tap file to read from:_files' \ |
-'(-i)--in=[The filename of the tap to read from]:tap file to read from:_files' \ |
-'(--out)-o[A filename to write the tap to]:tap file to write to:_files' \ |
-'(-o)--out=[A filename to write the tap to]:tap file to write to:_files' \ |
-"(--typein)-f[The format to use; this can be 'guess', 'python', 'pickle', 'xml', or 'source'.]:typein:(guess python pickle xml source)" \ |
-"(-f)--typein=[The format to use; this can be 'guess', 'python', 'pickle', 'xml', or 'source'.]:typein:(guess python pickle xml source)" \ |
-"(--typeout)-t[The output format to use; this can be 'pickle', 'xml', or 'source'.]:typeout:(pickle xml source)" \ |
-"(-t)--typeout=[The output format to use; this can be 'pickle', 'xml', or 'source'.]:typeout:(pickle xml source)" \ |
-'--version[version]' \ |
-&& return 0 |