Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Side by Side Diff: third_party/twisted_8_1/twisted/python/zsh/_pyhtmlizer

Issue 12261012: Remove third_party/twisted_8_1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 #compdef pyhtmlizer
2 _arguments -s -A "-*" \
3 "1:source python file:_files -g '*.py'" \
4 '--help[Display this help and exit.]' \
5 '(--stylesheet)-s[URL of stylesheet to link to.]:stylesheet:_files' \
6 '(-s)--stylesheet=[URL of stylesheet to link to.]:stylesheet:_files' \
7 '--version[version]' \
8 && return 0
OLDNEW
« no previous file with comments | « third_party/twisted_8_1/twisted/python/zsh/_mktap ('k') | third_party/twisted_8_1/twisted/python/zsh/_tap2deb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698