no more need for pygmentize
This commit is contained in:
parent
0bd0264a60
commit
6d3ba02b55
1 changed files with 0 additions and 11 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue