diff options
author | Saurav Sachidanand <sauravsachidanand@gmail.com> | 2016-04-13 16:36:02 +0530 |
---|---|---|
committer | Saurav Sachidanand <sauravsachidanand@gmail.com> | 2016-04-13 16:36:02 +0530 |
commit | 647d9874c238392ec3618a707ad869f5825fb099 (patch) | |
tree | 3b0b50eba747f9d88f3c02bc38f08654b89342b5 /python/tidy.py | |
parent | bbcbd35095bdfcd9b8e7eb329209682e89408c72 (diff) | |
download | servo-647d9874c238392ec3618a707ad869f5825fb099.tar.gz servo-647d9874c238392ec3618a707ad869f5825fb099.zip |
Update to byteorder 0.5
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 6110a9ea4eb..6ebc3288699 100644 --- a/python/tidy.py +++ b/python/tidy.py @@ -221,7 +221,7 @@ def check_lock(file_name, contents): raise StopIteration # package names to be neglected (as named by cargo) - exceptions = ["bitflags", "xml-rs", "byteorder"] + exceptions = ["bitflags", "xml-rs"] import toml content = toml.loads(contents) |