Update vendor'd Pygments to 2.1.3

This commit is contained in:
Mark McGranaghan
2016-12-27 08:10:47 -08:00
parent cca7879dce
commit 6165952ce2
524 changed files with 106264 additions and 46754 deletions

View File

@@ -1,6 +1,7 @@
#!/usr/bin/env python
#!/usr/bin/env python2
import sys, pygments.cmdline
import sys
import pygments.cmdline
try:
sys.exit(pygments.cmdline.main(sys.argv))
except KeyboardInterrupt: