servo: Merge #8689 - Remove remaining version-conflict exceptions in tidy.py (from jdm:deps); r=frewsxcv

Source-Repo: https://github.com/servo/servo
Source-Revision: bc618b0d535e0e67a7ea845c026678113f000d64
This commit is contained in:
Josh Matthews
2015-11-27 08:47:54 +05:00
parent f50d4c7652
commit 4cdc9c76f9
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()