aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy.py
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2015-11-26 11:26:28 -0500
committerJosh Matthews <josh@joshmatthews.net>2015-11-26 11:26:28 -0500
commitc36cbf58e8fc3956bb200e4fde7ef7bd5d34c96a (patch)
treedec432e019cbca9a8fc5b4139fc3af029296fd3f /python/tidy.py
parent5e7306bf1965988551cafe6a27baab13eb927bbe (diff)
downloadservo-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.py2
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()