aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy.py
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2016-02-02 17:54:21 +0100
committerSimon Sapin <simon.sapin@exyr.org>2016-02-04 16:19:02 +0100
commit809f633f25ff838d0f60e106514001a188ccdfc8 (patch)
tree491d084773092be9960870cf4625e62f527a4ec5 /python/tidy.py
parent647637193d12eb4869afa93106d3aa14721a0935 (diff)
downloadservo-809f633f25ff838d0f60e106514001a188ccdfc8.tar.gz
servo-809f633f25ff838d0f60e106514001a188ccdfc8.zip
Deduplicate the cocoa crate.
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 c474c601954..2e160a5703a 100644
--- a/python/tidy.py
+++ b/python/tidy.py
@@ -168,7 +168,7 @@ def check_lock(file_name, contents):
raise StopIteration
# package names to be neglected (as named by cargo)
- exceptions = ["cocoa"]
+ exceptions = []
import toml
content = toml.loads(contents)