no more need for pygmentize

This commit is contained in:
Felix Van der Jeugt 2016-04-10 11:12:18 +02:00
parent 0bd0264a60
commit 6d3ba02b55
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
#!/usr/bin/python3.4
# -*- coding: utf-8 -*-
import re
import sys
from pygments.cmdline import main
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(main())