no more need for pygmentize
This commit is contained in:
parent
0bd0264a60
commit
6d3ba02b55
@ -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())
|
Loading…
Reference in New Issue
Block a user