diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-04-07 03:59:01 +0530 |
---|---|---|
committer | bors-servo <lbergstrom+bors@mozilla.com> | 2016-04-07 03:59:01 +0530 |
commit | 4cc241c858ce8ee7894495d082a3bfc6233d80e8 (patch) | |
tree | bbbd2c0403cc8aa49a57a793057aca22c9e9e526 /python/tidy.py | |
parent | 256b865055c10082731b218f41373d47ad632062 (diff) | |
parent | 56eef10718dfb8c43430c58c0a236fae1d11b5bc (diff) | |
download | servo-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.py | 2 |
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) |