diff options
author | Josh Matthews <josh@joshmatthews.net> | 2015-11-26 11:26:28 -0500 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2015-11-26 11:26:28 -0500 |
commit | c36cbf58e8fc3956bb200e4fde7ef7bd5d34c96a (patch) | |
tree | dec432e019cbca9a8fc5b4139fc3af029296fd3f /python/tidy.py | |
parent | 5e7306bf1965988551cafe6a27baab13eb927bbe (diff) | |
download | servo-c36cbf58e8fc3956bb200e4fde7ef7bd5d34c96a.tar.gz servo-c36cbf58e8fc3956bb200e4fde7ef7bd5d34c96a.zip |
Remove remaining version-conflict exceptions in tidy.py.
Diffstat (limited to 'python/tidy.py')
-rw-r--r-- | python/tidy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tidy.py b/python/tidy.py index dd2ef9d29cc..53eb2ae6152 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() |