Merge pull request #1843 from twpayne/no-regex
Don't use the regex module
This commit is contained in:
2
build.py
2
build.py
@@ -5,7 +5,7 @@ import gzip
|
||||
import json
|
||||
import os
|
||||
import glob
|
||||
import regex as re
|
||||
import re
|
||||
import shutil
|
||||
import sys
|
||||
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
http://closure-linter.googlecode.com/files/closure_linter-latest.tar.gz
|
||||
pystache
|
||||
regex
|
||||
|
||||
Reference in New Issue
Block a user