aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy.py
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2016-04-06 10:27:21 -0400
committerJosh Matthews <josh@joshmatthews.net>2016-04-06 23:28:38 -0400
commit7b9a7bdaeca8abe74be5d45352a1ed8d36c34811 (patch)
tree8d7452717104ac694d5f08be75f9b4d949cc1649 /python/tidy.py
parent12c04aa66d74bdaa5d7773841ae4a0bfc72688a5 (diff)
downloadservo-7b9a7bdaeca8abe74be5d45352a1ed8d36c34811.tar.gz
servo-7b9a7bdaeca8abe74be5d45352a1ed8d36c34811.zip
Remove gl_generator version exception.
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 ea7062dd1b1..8af8f31a446 100644
--- a/python/tidy.py
+++ b/python/tidy.py
@@ -220,7 +220,7 @@ def check_lock(file_name, contents):
raise StopIteration
# package names to be neglected (as named by cargo)
- exceptions = ["bitflags", "xml-rs", "gl_generator", "byteorder", "uuid"]
+ exceptions = ["bitflags", "xml-rs", "byteorder", "uuid"]
import toml
content = toml.loads(contents)