aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy.py
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2015-11-27 09:17:54 +0530
committerbors-servo <lbergstrom+bors@mozilla.com>2015-11-27 09:17:54 +0530
commitbc618b0d535e0e67a7ea845c026678113f000d64 (patch)
tree0278236888d47fa8ee189fd82c9e1ab79fd83227 /python/tidy.py
parent243bc8b6dd049600562578cefe48505562d0435e (diff)
parentc36cbf58e8fc3956bb200e4fde7ef7bd5d34c96a (diff)
downloadservo-bc618b0d535e0e67a7ea845c026678113f000d64.tar.gz
servo-bc618b0d535e0e67a7ea845c026678113f000d64.zip
Auto merge of #8689 - jdm:deps, r=frewsxcv
Remove remaining version-conflict exceptions in tidy.py. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8689) <!-- 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 499fb8c5efc..bd9fef6b31f 100644
--- a/python/tidy.py
+++ b/python/tidy.py
@@ -164,7 +164,7 @@ def check_lock(file_name, contents):
packages = {}
# package names to be neglected (as named by cargo)
- exceptions = ["glutin", "wayland-kbd"]
+ exceptions = []
while idx < len(contents):
content = contents[idx].strip()