mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Update Pygments version used.
This commit is contained in:
parent
64063706aa
commit
617027fba4
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ checkout:
|
|||
fi
|
||||
@if [ ! -d tools/pygments ]; then \
|
||||
echo "Checking out Pygments..."; \
|
||||
svn checkout $(SVNROOT)/external/Pygments-0.10/pygments tools/pygments; \
|
||||
svn checkout $(SVNROOT)/external/Pygments-0.11.1/pygments tools/pygments; \
|
||||
fi
|
||||
|
||||
update: checkout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue