aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy.py
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2016-04-07 16:18:20 +0530
committerbors-servo <lbergstrom+bors@mozilla.com>2016-04-07 16:18:20 +0530
commit5cf89fea48fb1fc58fd665384cbaa2060decff31 (patch)
tree44285a3adcbfded29bdfe701a64ac4b5124df293 /python/tidy.py
parent51766d480432cd9723ef52a710cce5a8308d28a0 (diff)
parent489d2e5e4911cd3d483b1d3d98c9753142616948 (diff)
downloadservo-5cf89fea48fb1fc58fd665384cbaa2060decff31.tar.gz
servo-5cf89fea48fb1fc58fd665384cbaa2060decff31.zip
Auto merge of #10453 - Ms2ger:uuid, r=KiChjang
Update uuid. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10453) <!-- Reviewable:end -->
Diffstat (limited to 'python/tidy.py')
-rw-r--r--python/tidy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tidy.py b/python/tidy.py
index 8af8f31a446..aea25c23107 100644
--- a/python/tidy.py
+++ b/python/tidy.py
@@ -220,7 +220,7 @@ def check_lock(file_name, contents):
raise StopIteration
# package names to be neglected (as named by cargo)
- exceptions = ["bitflags", "xml-rs", "byteorder", "uuid"]
+ exceptions = ["bitflags", "xml-rs", "byteorder"]
import toml
content = toml.loads(contents)