aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy.py
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2015-12-08 14:49:38 -0500
committerMs2ger <Ms2ger@gmail.com>2015-12-08 14:49:38 -0500
commit07d837bd030c52cfa8dc27e07c18156ad37400dd (patch)
treebe091dad1f27bd114eee2bc69f306cb1b2507393 /python/tidy.py
parent5cfba0cb6e0eec4712c3ea6b2a57754109b7ec87 (diff)
downloadservo-07d837bd030c52cfa8dc27e07c18156ad37400dd.tar.gz
servo-07d837bd030c52cfa8dc27e07c18156ad37400dd.zip
Update bincode.
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 ac47ffb76be..645749750aa 100644
--- a/python/tidy.py
+++ b/python/tidy.py
@@ -170,7 +170,7 @@ def check_lock(file_name, contents):
raise StopIteration
# package names to be neglected (as named by cargo)
- exceptions = ["libc", "byteorder", "cocoa"]
+ exceptions = ["libc", "cocoa"]
import toml
content = toml.loads(contents)