aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy.py
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2016-04-07 03:59:01 +0530
committerbors-servo <lbergstrom+bors@mozilla.com>2016-04-07 03:59:01 +0530
commit4cc241c858ce8ee7894495d082a3bfc6233d80e8 (patch)
treebbbd2c0403cc8aa49a57a793057aca22c9e9e526 /python/tidy.py
parent256b865055c10082731b218f41373d47ad632062 (diff)
parent56eef10718dfb8c43430c58c0a236fae1d11b5bc (diff)
downloadservo-4cc241c858ce8ee7894495d082a3bfc6233d80e8.tar.gz
servo-4cc241c858ce8ee7894495d082a3bfc6233d80e8.zip
Auto merge of #10433 - saurvs:pr3, r=emilio
Implement WebGLRenderingContext.getActiveUniform() Fixes https://github.com/servo/servo/issues/10397 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10433) <!-- Reviewable:end -->
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 7e160ba6391..0d6ef40f01a 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"]
+ exceptions = ["bitflags", "xml-rs", "gl_generator", "byteorder"]
import toml
content = toml.loads(contents)