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 -->
This commit is contained in:
bors-servo 2015-11-27 09:17:54 +05:30
commit bc618b0d53
4 changed files with 13 additions and 28 deletions

View file

@ -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()